Html Css Color HEX #6AA2E9 Cornflower Blue

📋 copy color: '#6AA2E9'

red 106 ◦ green 162 ◦ blue 233

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

Shades of Cornflower Blue #6AA2E9

Tints of Cornflower Blue #6AA2E9

RGB

 RED value IS 106 (41.8% from 255) = 21.16%

 GREEN value IS 162 (63.67% from 255) = 32.34%

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 21.16%
G = 32.34%
B = 46.51%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6AA2E9 (or 0x6AA2E9) is known color: Cornflower Blue. HEX triplet: 6A, A2 and E9. RGB value is (106,162,233). Sum of RGB (Red+Green+Blue) = 106+162+233=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #6AA2E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA2E9 is #955D16. Grayscale: #999999. Windows color (decimal): -9788695 or 15311466. OLE color: 15311466.

HSL color Cylindrical-coordinate representation of color #6AA2E9: hue angle of 213.54º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AA2E9 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 162 233 -
CMYK 0.55 0.30 0 0.09
HSL 213.54º 0.74% 0.66% -
HSV(B) 213.54º 0.55% 0.91% -
XYZ 33.57 34.79 82.04 -
YUV 153.35 172.95 94.23 -
System Red Green Blue C M Y K H S L
Decimal 106 162 233 0.55 0.30 0 0.09 213.54 0.74 0.66
Hex 6A A2 E9 37 1E 0 9 D6 4A 42
Octal 152 242 351 67 36 0 11 326 112 102
Binary 1101010 10100010 11101001 110111 11110 0 1001 11010110 1001010 1000010

Color Harmonies of #6AA2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA2E9

Black with #6AA2E9

Text Example


Text Example

White with #6AA2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AA2E9; }

 p { color: rgb(106,162,233); }

 H1.HeaderClassName
 {
   color: #6AA2E9;
 }
 .AnyTagClassName
 {
   color: #6AA2E9;
 }
</style>

background-color css

<style>
 a { background-color: #6AA2E9; }

 a { background-color: rgb(106,162,233); }

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

border-color css

<style>
 span { border-color: #6AA2E9; }

 span { border-color: rgb(106,162,233); }

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