Html Css Color HEX #668EDD Cornflower Blue

📋 copy color: '#668EDD'

red 102 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #668EDD

Tints of Cornflower Blue #668EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

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

R = 21.94%
G = 30.54%
B = 47.53%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#668EDD (or 0x668EDD) is known color: Cornflower Blue. HEX triplet: 66, 8E and DD. RGB value is (102,142,221). Sum of RGB (Red+Green+Blue) = 102+142+221=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #668EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EDD is #997122. Grayscale: #8A8A8A. Windows color (decimal): -10055971 or 14519910. OLE color: 14519910.

HSL color Cylindrical-coordinate representation of color #668EDD: hue angle of 219.83º 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 #668EDD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 142 221 -
CMYK 0.54 0.36 0 0.13
HSL 219.83º 0.64% 0.63% -
HSV(B) 219.83º 0.54% 0.87% -
XYZ 28.2 27.39 72.21 -
YUV 139.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 102 142 221 0.54 0.36 0 0.13 219.83 0.64 0.63
Hex 66 8E DD 36 24 0 D DC 40 3F
Octal 146 216 335 66 44 0 15 334 100 77
Binary 1100110 10001110 11011101 110110 100100 0 1101 11011100 1000000 111111

Color Harmonies of #668EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EDD

Black with #668EDD

Text Example


Text Example

White with #668EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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