#6196fe

Color #6196FE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6196FE

Tints of Cornflower Blue #6196FE

Color information

#6196FE (or 0x6196FE) is unknown color: approx Cornflower Blue. HEX triplet: 61, 96 and FE. RGB value is (97,150,254). Sum of RGB (Red+Green+Blue) = 97+150+254=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #6196FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6196FE is #9E6901. Grayscale: #919191. Windows color (decimal): -10381570 or 16684641. OLE color: 16684641.

HSL color Cylindrical-coordinate representation of color #6196FE: hue angle of 219.75º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6196FE is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB97150254-
CMYK0.620.4100.00
HSL219.75º98.74%68.82%-
HSV(B)219.75º61.81%99.61%-
XYZ33.7331.5198.07-
YUV146.01188.9493.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=19.36%
G=29.94%
B=50.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal971502540.620.4100.00219.7598.7468.82
Hex6196FE3E2900dc6345
Octal141226376765100334143105
Binary11000011001011011111110111110101001001101110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6196fe; }

 p { color: rgb(97,150,254); }

 H1.HeaderClassName
 {
   color: #6196fe;
 }
 .AnyTagClassName
 {
   color: #6196fe;
 }
</style>
background-color css

<style>
 a { background-color: #6196fe; }

 a { background-color: rgb(97,150,254); }

 div.DivClassName
 {
   background-color: #6196fe;
 }
 .BgClassName
 {
   background-color: #6196fe;
 }
</style>
border-color css

<style>
 span { border-color: #6196fe; }

 span { border-color: rgb(97,150,254); }

 td.TdClassName
 {
   border-color: #6196fe;
 }
 .TagClassName
 {
   border-color: #6196fe;
 }
</style>