Html Css Color HEX #668EDA Cornflower Blue

📋 copy color: '#668EDA'

red 102 ◦ green 142 ◦ blue 218

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

Shades of Cornflower Blue #668EDA

Tints of Cornflower Blue #668EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 22.08%
G = 30.74%
B = 47.19%

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

#668EDA (or 0x668EDA) is known color: Cornflower Blue. HEX triplet: 66, 8E and DA. RGB value is (102,142,218). Sum of RGB (Red+Green+Blue) = 102+142+218=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #668EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EDA is #997125. Grayscale: #8A8A8A. Windows color (decimal): -10055974 or 14323302. OLE color: 14323302.

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

Color convert

RGB 102 142 218 -
CMYK 0.53 0.35 0 0.15
HSL 219.31º 0.61% 0.63% -
HSV(B) 219.31º 0.53% 0.85% -
XYZ 27.81 27.23 70.12 -
YUV 138.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 102 142 218 0.53 0.35 0 0.15 219.31 0.61 0.63
Hex 66 8E DA 35 23 0 F DB 3D 3F
Octal 146 216 332 65 43 0 17 333 75 77
Binary 1100110 10001110 11011010 110101 100011 0 1111 11011011 111101 111111

Color Harmonies of #668EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EDA

Black with #668EDA

Text Example


Text Example

White with #668EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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