Html Css Color HEX #668DD8 Cornflower Blue

📋 copy color: '#668DD8'

red 102 ◦ green 141 ◦ blue 216

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

Shades of Cornflower Blue #668DD8

Tints of Cornflower Blue #668DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 22.22%
G = 30.72%
B = 47.06%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#668DD8 (or 0x668DD8) is known color: Cornflower Blue. HEX triplet: 66, 8D and D8. RGB value is (102,141,216). Sum of RGB (Red+Green+Blue) = 102+141+216=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #668DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DD8 is #997227. Grayscale: #898989. Windows color (decimal): -10056232 or 14191974. OLE color: 14191974.

HSL color Cylindrical-coordinate representation of color #668DD8: hue angle of 219.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668DD8 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 141 216 -
CMYK 0.53 0.35 0 0.15
HSL 219.47º 0.59% 0.62% -
HSV(B) 219.47º 0.53% 0.85% -
XYZ 27.4 26.83 68.7 -
YUV 137.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 102 141 216 0.53 0.35 0 0.15 219.47 0.59 0.62
Hex 66 8D D8 35 23 0 F DB 3B 3E
Octal 146 215 330 65 43 0 17 333 73 76
Binary 1100110 10001101 11011000 110101 100011 0 1111 11011011 111011 111110

Color Harmonies of #668DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DD8

Black with #668DD8

Text Example


Text Example

White with #668DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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