Html Css Color HEX #668FE0 Cornflower Blue

📋 copy color: '#668FE0'

red 102 ◦ green 143 ◦ blue 224

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

Shades of Cornflower Blue #668FE0

Tints of Cornflower Blue #668FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 21.75%
G = 30.49%
B = 47.76%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#668FE0 (or 0x668FE0) is known color: Cornflower Blue. HEX triplet: 66, 8F and E0. RGB value is (102,143,224). Sum of RGB (Red+Green+Blue) = 102+143+224=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #668FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FE0 is #99701F. Grayscale: #8B8B8B. Windows color (decimal): -10055712 or 14716774. OLE color: 14716774.

HSL color Cylindrical-coordinate representation of color #668FE0: hue angle of 219.84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668FE0 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 143 224 -
CMYK 0.54 0.36 0 0.12
HSL 219.84º 0.66% 0.64% -
HSV(B) 219.84º 0.54% 0.88% -
XYZ 28.76 27.85 74.38 -
YUV 139.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 102 143 224 0.54 0.36 0 0.12 219.84 0.66 0.64
Hex 66 8F E0 36 24 0 C DC 42 40
Octal 146 217 340 66 44 0 14 334 102 100
Binary 1100110 10001111 11100000 110110 100100 0 1100 11011100 1000010 1000000

Color Harmonies of #668FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FE0

Black with #668FE0

Text Example


Text Example

White with #668FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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