#6AAFFD

Color #6AAFFD Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6AAFFD

Tints of Maya Blue #6AAFFD

Color information

#6AAFFD (or 0x6AAFFD) is unknown color: approx Maya Blue. HEX triplet: 6A, AF and FD. RGB value is (106,175,253). Sum of RGB (Red+Green+Blue) = 106+175+253=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AAFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAFFD is #955002. Grayscale: #A2A2A2. Windows color (decimal): -9785347 or 16625514. OLE color: 16625514.

HSL color Cylindrical-coordinate representation of color #6AAFFD: hue angle of 211.84º degrees, saturation: 0.97, 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 #6AAFFD is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB106175253-
CMYK0.580.3100.01
HSL211.84º97.35%70.39%-
HSV(B)211.84º58.1%99.22%-
XYZ3940.8298.75-
YUV163.26178.6487.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.85%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=19.85%
G=32.77%
B=47.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061752530.580.3100.01211.8497.3570.39
Hex6AAFFD3A1F01d46146
Octal152257375723701324141106
Binary1101010101011111111110111101011111011101010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,253); }

 H1.HeaderClassName
 {
   color: #6AAFFD;
 }
 .AnyTagClassName
 {
   color: #6AAFFD;
 }
</style>
background-color css

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

 a { background-color: rgb(106,175,253); }

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

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

 span { border-color: rgb(106,175,253); }

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