Html Css Color HEX #6AADF9 Maya Blue

📋 copy color: '#6AADF9'

red 106 ◦ green 173 ◦ blue 249

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

Shades of Maya Blue #6AADF9

Tints of Maya Blue #6AADF9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.77%

 BLUE value IS 249 (97.66% from 255) = 47.16%

R = 20.08%
G = 32.77%
B = 47.16%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6AADF9 (or 0x6AADF9) is known color: Maya Blue. HEX triplet: 6A, AD and F9. RGB value is (106,173,249). Sum of RGB (Red+Green+Blue) = 106+173+249=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #6AADF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADF9 is #955206. Grayscale: #A1A1A1. Windows color (decimal): -9785863 or 16362858. OLE color: 16362858.

HSL color Cylindrical-coordinate representation of color #6AADF9: hue angle of 211.89º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AADF9 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 173 249 -
CMYK 0.57 0.31 0 0.02
HSL 211.89º 0.92% 0.7% -
HSV(B) 211.89º 0.57% 0.98% -
XYZ 37.99 39.79 95.3 -
YUV 161.63 177.3 88.32 -
System Red Green Blue C M Y K H S L
Decimal 106 173 249 0.57 0.31 0 0.02 211.89 0.92 0.7
Hex 6A AD F9 39 1F 0 2 D4 5C 46
Octal 152 255 371 71 37 0 2 324 134 106
Binary 1101010 10101101 11111001 111001 11111 0 10 11010100 1011100 1000110

Color Harmonies of #6AADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADF9

Black with #6AADF9

Text Example


Text Example

White with #6AADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,173,249); }

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

background-color css

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

 a { background-color: rgb(106,173,249); }

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

border-color css

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

 span { border-color: rgb(106,173,249); }

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