Html Css Color HEX #668FDD Cornflower Blue

📋 copy color: '#668FDD'

red 102 ◦ green 143 ◦ blue 221

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

Shades of Cornflower Blue #668FDD

Tints of Cornflower Blue #668FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 21.89%
G = 30.69%
B = 47.42%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#668FDD (or 0x668FDD) is known color: Cornflower Blue. HEX triplet: 66, 8F and DD. RGB value is (102,143,221). Sum of RGB (Red+Green+Blue) = 102+143+221=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #668FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FDD is #997022. Grayscale: #8B8B8B. Windows color (decimal): -10055715 or 14520166. OLE color: 14520166.

HSL color Cylindrical-coordinate representation of color #668FDD: hue angle of 219.33º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668FDD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 143 221 -
CMYK 0.54 0.35 0 0.13
HSL 219.33º 0.64% 0.63% -
HSV(B) 219.33º 0.54% 0.87% -
XYZ 28.35 27.69 72.26 -
YUV 139.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 102 143 221 0.54 0.35 0 0.13 219.33 0.64 0.63
Hex 66 8F DD 36 23 0 D DB 40 3F
Octal 146 217 335 66 43 0 15 333 100 77
Binary 1100110 10001111 11011101 110110 100011 0 1101 11011011 1000000 111111

Color Harmonies of #668FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FDD

Black with #668FDD

Text Example


Text Example

White with #668FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,143,221); }

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

background-color css

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

 a { background-color: rgb(102,143,221); }

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

border-color css

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

 span { border-color: rgb(102,143,221); }

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