#6696F2

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

Shades of Cornflower Blue #6696F2

Tints of Cornflower Blue #6696F2

Color information

#6696F2 (or 0x6696F2) is unknown color: approx Cornflower Blue. HEX triplet: 66, 96 and F2. RGB value is (102,150,242). Sum of RGB (Red+Green+Blue) = 102+150+242=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #6696F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6696F2 is #99690D. Grayscale: #919191. Windows color (decimal): -10053902 or 15898214. OLE color: 15898214.

HSL color Cylindrical-coordinate representation of color #6696F2: hue angle of 219.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6696F2 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102150242-
CMYK0.580.3800.05
HSL219.43º84.34%67.45%-
HSV(B)219.43º57.85%94.9%-
XYZ32.4131.0588.29-
YUV146.14182.196.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=20.65%
G=30.36%
B=48.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021502420.580.3800.05219.4384.3467.45
Hex6696F23A2605db5443
Octal146226362724605333124103
Binary1100110100101101111001011101010011001011101101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6696F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6696F2; }

 p { color: rgb(102,150,242); }

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

<style>
 a { background-color: #6696F2; }

 a { background-color: rgb(102,150,242); }

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

<style>
 span { border-color: #6696F2; }

 span { border-color: rgb(102,150,242); }

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