Html Css Color HEX #668AEC Cornflower Blue

📋 copy color: '#668AEC'

red 102 ◦ green 138 ◦ blue 236

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

Shades of Cornflower Blue #668AEC

Tints of Cornflower Blue #668AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 21.43%
G = 28.99%
B = 49.58%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#668AEC (or 0x668AEC) is known color: Cornflower Blue. HEX triplet: 66, 8A and EC. RGB value is (102,138,236). Sum of RGB (Red+Green+Blue) = 102+138+236=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #668AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AEC is #997513. Grayscale: #898989. Windows color (decimal): -10056980 or 15501926. OLE color: 15501926.

HSL color Cylindrical-coordinate representation of color #668AEC: hue angle of 223.88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668AEC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 138 236 -
CMYK 0.57 0.42 0 0.07
HSL 223.88º 0.78% 0.66% -
HSV(B) 223.88º 0.57% 0.93% -
XYZ 29.71 27.06 83.01 -
YUV 138.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 102 138 236 0.57 0.42 0 0.07 223.88 0.78 0.66
Hex 66 8A EC 39 2A 0 7 E0 4E 42
Octal 146 212 354 71 52 0 7 340 116 102
Binary 1100110 10001010 11101100 111001 101010 0 111 11100000 1001110 1000010

Color Harmonies of #668AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AEC

Black with #668AEC

Text Example


Text Example

White with #668AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,236); }

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

background-color css

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

 a { background-color: rgb(102,138,236); }

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

border-color css

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

 span { border-color: rgb(102,138,236); }

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