Html Css Color HEX #6AAAFC Cornflower Blue

📋 copy color: '#6AAAFC'

red 106 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #6AAAFC

Tints of Cornflower Blue #6AAAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 20.08%
G = 32.2%
B = 47.73%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6AAAFC (or 0x6AAAFC) is known color: Cornflower Blue. HEX triplet: 6A, AA and FC. RGB value is (106,170,252). Sum of RGB (Red+Green+Blue) = 106+170+252=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAFC is #955503. Grayscale: #9F9F9F. Windows color (decimal): -9786628 or 16558698. OLE color: 16558698.

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

Color convert

RGB 106 170 252 -
CMYK 0.58 0.33 0 0.01
HSL 213.7º 0.96% 0.7% -
HSV(B) 213.7º 0.58% 0.99% -
XYZ 37.89 38.84 97.6 -
YUV 160.21 179.8 89.33 -
System Red Green Blue C M Y K H S L
Decimal 106 170 252 0.58 0.33 0 0.01 213.7 0.96 0.7
Hex 6A AA FC 3A 21 0 1 D6 60 46
Octal 152 252 374 72 41 0 1 326 140 106
Binary 1101010 10101010 11111100 111010 100001 0 1 11010110 1100000 1000110

Color Harmonies of #6AAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAAFC

Black with #6AAAFC

Text Example


Text Example

White with #6AAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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