#669BF5

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

Shades of Cornflower Blue #669BF5

Tints of Cornflower Blue #669BF5

Color information

#669BF5 (or 0x669BF5) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9B and F5. RGB value is (102,155,245). Sum of RGB (Red+Green+Blue) = 102+155+245=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #669BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BF5 is #99640A. Grayscale: #949494. Windows color (decimal): -10052619 or 16096102. OLE color: 16096102.

HSL color Cylindrical-coordinate representation of color #669BF5: hue angle of 217.76º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669BF5 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102155245-
CMYK0.580.3700.04
HSL217.76º87.73%68.04%-
HSV(B)217.76º58.37%96.08%-
XYZ33.6832.8690.95-
YUV149.41181.9494.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.32%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 245 (96.09% from 255) = 48.80%
R=20.32%
G=30.88%
B=48.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021552450.580.3700.04217.7687.7368.04
Hex669BF53A2504da5844
Octal146233365724504332130104
Binary1100110100110111111010111101010010101001101101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669BF5; }

 p { color: rgb(102,155,245); }

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

<style>
 a { background-color: #669BF5; }

 a { background-color: rgb(102,155,245); }

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

<style>
 span { border-color: #669BF5; }

 span { border-color: rgb(102,155,245); }

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