#668DF5

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

Shades of Cornflower Blue #668DF5

Tints of Cornflower Blue #668DF5

Color information

#668DF5 (or 0x668DF5) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8D and F5. RGB value is (102,141,245). Sum of RGB (Red+Green+Blue) = 102+141+245=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #668DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DF5 is #99720A. Grayscale: #8C8C8C. Windows color (decimal): -10056203 or 16092518. OLE color: 16092518.

HSL color Cylindrical-coordinate representation of color #668DF5: hue angle of 223.64º 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 #668DF5 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102141245-
CMYK0.580.4200.04
HSL223.64º87.73%68.04%-
HSV(B)223.64º58.37%96.08%-
XYZ31.4928.4790.22-
YUV141.2186.58100.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.90%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 245 (96.09% from 255) = 50.20%
R=20.90%
G=28.89%
B=50.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021412450.580.4200.04223.6487.7368.04
Hex668DF53A2A04e05844
Octal146215365725204340130104
Binary1100110100011011111010111101010101001001110000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668DF5; }

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

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

<style>
 a { background-color: #668DF5; }

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

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

<style>
 span { border-color: #668DF5; }

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

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