Html Css Color HEX #668DDC Cornflower Blue

📋 copy color: '#668DDC'

red 102 ◦ green 141 ◦ blue 220

#668DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #668DDC

Tints of Cornflower Blue #668DDC

RGB

 RED value IS 102 (40.23% from 255) = 22.03%

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 22.03%
G = 30.45%
B = 47.52%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#668DDC (or 0x668DDC) is known color: Cornflower Blue. HEX triplet: 66, 8D and DC. RGB value is (102,141,220). Sum of RGB (Red+Green+Blue) = 102+141+220=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #668DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DDC is #997223. Grayscale: #898989. Windows color (decimal): -10056228 or 14454118. OLE color: 14454118.

HSL color Cylindrical-coordinate representation of color #668DDC: hue angle of 220.17º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668DDC is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 141 220 -
CMYK 0.54 0.36 0 0.14
HSL 220.17º 0.63% 0.63% -
HSV(B) 220.17º 0.54% 0.86% -
XYZ 27.92 27.04 71.46 -
YUV 138.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 102 141 220 0.54 0.36 0 0.14 220.17 0.63 0.63
Hex 66 8D DC 36 24 0 E DC 3F 3F
Octal 146 215 334 66 44 0 16 334 77 77
Binary 1100110 10001101 11011100 110110 100100 0 1110 11011100 111111 111111

Color Harmonies of #668DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DDC

Black with #668DDC

Text Example


Text Example

White with #668DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #668DDC;
 }
 .AnyTagClassName
 {
   color: #668DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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