Html Css Color HEX #668BDE Cornflower Blue

📋 copy color: '#668BDE'

red 102 ◦ green 139 ◦ blue 222

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

Shades of Cornflower Blue #668BDE

Tints of Cornflower Blue #668BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 22.03%
G = 30.02%
B = 47.95%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#668BDE (or 0x668BDE) is known color: Cornflower Blue. HEX triplet: 66, 8B and DE. RGB value is (102,139,222). Sum of RGB (Red+Green+Blue) = 102+139+222=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #668BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BDE is #997421. Grayscale: #898989. Windows color (decimal): -10056738 or 14584678. OLE color: 14584678.

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

Color convert

RGB 102 139 222 -
CMYK 0.54 0.37 0 0.13
HSL 221.5º 0.65% 0.64% -
HSV(B) 221.5º 0.54% 0.87% -
XYZ 27.9 26.56 72.76 -
YUV 137.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 102 139 222 0.54 0.37 0 0.13 221.5 0.65 0.64
Hex 66 8B DE 36 25 0 D DE 41 40
Octal 146 213 336 66 45 0 15 336 101 100
Binary 1100110 10001011 11011110 110110 100101 0 1101 11011110 1000001 1000000

Color Harmonies of #668BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BDE

Black with #668BDE

Text Example


Text Example

White with #668BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,222); }

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

background-color css

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

 a { background-color: rgb(102,139,222); }

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

border-color css

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

 span { border-color: rgb(102,139,222); }

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