#669BF1

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

Shades of Cornflower Blue #669BF1

Tints of Cornflower Blue #669BF1

Color information

#669BF1 (or 0x669BF1) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9B and F1. RGB value is (102,155,241). Sum of RGB (Red+Green+Blue) = 102+155+241=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #669BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BF1 is #99640E. Grayscale: #949494. Windows color (decimal): -10052623 or 15833958. OLE color: 15833958.

HSL color Cylindrical-coordinate representation of color #669BF1: hue angle of 217.12º degrees, saturation: 0.83, 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 #669BF1 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102155241-
CMYK0.580.3600.05
HSL217.12º83.23%67.25%-
HSV(B)217.12º57.68%94.51%-
XYZ33.0832.6287.77-
YUV148.96179.9494.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.48%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 241 (94.53% from 255) = 48.39%
R=20.48%
G=31.12%
B=48.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021552410.580.3600.05217.1283.2367.25
Hex669BF13A2405d95343
Octal146233361724405331123103
Binary1100110100110111111000111101010010001011101100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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