Html Css Color HEX #6AA1EA Cornflower Blue

📋 copy color: '#6AA1EA'

red 106 ◦ green 161 ◦ blue 234

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

Shades of Cornflower Blue #6AA1EA

Tints of Cornflower Blue #6AA1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.14%

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

R = 21.16%
G = 32.14%
B = 46.71%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AA1EA (or 0x6AA1EA) is known color: Cornflower Blue. HEX triplet: 6A, A1 and EA. RGB value is (106,161,234). Sum of RGB (Red+Green+Blue) = 106+161+234=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #6AA1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA1EA is #955E15. Grayscale: #989898. Windows color (decimal): -9788950 or 15376746. OLE color: 15376746.

HSL color Cylindrical-coordinate representation of color #6AA1EA: hue angle of 214.22º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AA1EA is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 161 234 -
CMYK 0.55 0.31 0 0.08
HSL 214.22º 0.75% 0.67% -
HSV(B) 214.22º 0.55% 0.92% -
XYZ 33.54 34.49 82.73 -
YUV 152.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 106 161 234 0.55 0.31 0 0.08 214.22 0.75 0.67
Hex 6A A1 EA 37 1F 0 8 D6 4B 43
Octal 152 241 352 67 37 0 10 326 113 103
Binary 1101010 10100001 11101010 110111 11111 0 1000 11010110 1001011 1000011

Color Harmonies of #6AA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA1EA

Black with #6AA1EA

Text Example


Text Example

White with #6AA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,161,234); }

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

background-color css

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

 a { background-color: rgb(106,161,234); }

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

border-color css

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

 span { border-color: rgb(106,161,234); }

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