Html Css Color HEX #6AABFE Maya Blue

📋 copy color: '#6AABFE'

red 106 ◦ green 171 ◦ blue 254

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

Shades of Maya Blue #6AABFE

Tints of Maya Blue #6AABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

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

R = 19.96%
G = 32.2%
B = 47.83%

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

#6AABFE (or 0x6AABFE) is known color: Maya Blue. HEX triplet: 6A, AB and FE. RGB value is (106,171,254). Sum of RGB (Red+Green+Blue) = 106+171+254=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AABFE is #955401. Grayscale: #A0A0A0. Windows color (decimal): -9786370 or 16690026. OLE color: 16690026.

HSL color Cylindrical-coordinate representation of color #6AABFE: hue angle of 213.65º 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 #6AABFE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 171 254 -
CMYK 0.58 0.33 0 0.00
HSL 213.65º 0.99% 0.71% -
HSV(B) 213.65º 0.58% 1% -
XYZ 38.4 39.35 99.34 -
YUV 161.03 180.47 88.75 -
System Red Green Blue C M Y K H S L
Decimal 106 171 254 0.58 0.33 0 0.00 213.65 0.99 0.71
Hex 6A AB FE 3A 21 0 0 D6 63 47
Octal 152 253 376 72 41 0 0 326 143 107
Binary 1101010 10101011 11111110 111010 100001 0 0 11010110 1100011 1000111

Color Harmonies of #6AABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABFE

Black with #6AABFE

Text Example


Text Example

White with #6AABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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