Html Css Color HEX #668AEA Cornflower Blue

📋 copy color: '#668AEA'

red 102 ◦ green 138 ◦ blue 234

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

Shades of Cornflower Blue #668AEA

Tints of Cornflower Blue #668AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 21.52%
G = 29.11%
B = 49.37%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#668AEA (or 0x668AEA) is known color: Cornflower Blue. HEX triplet: 66, 8A and EA. RGB value is (102,138,234). Sum of RGB (Red+Green+Blue) = 102+138+234=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #668AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AEA is #997515. Grayscale: #898989. Windows color (decimal): -10056982 or 15370854. OLE color: 15370854.

HSL color Cylindrical-coordinate representation of color #668AEA: hue angle of 223.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668AEA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 138 234 -
CMYK 0.56 0.41 0 0.08
HSL 223.64º 0.76% 0.66% -
HSV(B) 223.64º 0.56% 0.92% -
XYZ 29.42 26.94 81.49 -
YUV 138.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 102 138 234 0.56 0.41 0 0.08 223.64 0.76 0.66
Hex 66 8A EA 38 29 0 8 E0 4C 42
Octal 146 212 352 70 51 0 10 340 114 102
Binary 1100110 10001010 11101010 111000 101001 0 1000 11100000 1001100 1000010

Color Harmonies of #668AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AEA

Black with #668AEA

Text Example


Text Example

White with #668AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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