Html Css Color HEX #6AAAFE Cornflower Blue

📋 copy color: '#6AAAFE'

red 106 ◦ green 170 ◦ blue 254

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

Shades of Cornflower Blue #6AAAFE

Tints of Cornflower Blue #6AAAFE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 20%
G = 32.08%
B = 47.92%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6AAAFE (or 0x6AAAFE) is known color: Cornflower Blue. HEX triplet: 6A, AA and FE. RGB value is (106,170,254). Sum of RGB (Red+Green+Blue) = 106+170+254=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAFE is #955501. Grayscale: #A0A0A0. Windows color (decimal): -9786626 or 16689770. OLE color: 16689770.

HSL color Cylindrical-coordinate representation of color #6AAAFE: hue angle of 214.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AAAFE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 170 254 -
CMYK 0.58 0.33 0 0.00
HSL 214.05º 0.99% 0.71% -
HSV(B) 214.05º 0.58% 1% -
XYZ 38.21 38.97 99.27 -
YUV 160.44 180.8 89.17 -
System Red Green Blue C M Y K H S L
Decimal 106 170 254 0.58 0.33 0 0.00 214.05 0.99 0.71
Hex 6A AA FE 3A 21 0 0 D6 63 47
Octal 152 252 376 72 41 0 0 326 143 107
Binary 1101010 10101010 11111110 111010 100001 0 0 11010110 1100011 1000111

Color Harmonies of #6AAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAAFE

Black with #6AAAFE

Text Example


Text Example

White with #6AAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,254); }

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

background-color css

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

 a { background-color: rgb(106,170,254); }

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

border-color css

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

 span { border-color: rgb(106,170,254); }

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