#6FAAFD

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

Shades of Maya Blue #6FAAFD

Tints of Maya Blue #6FAAFD

Color information

#6FAAFD (or 0x6FAAFD) is unknown color: approx Maya Blue. HEX triplet: 6F, AA and FD. RGB value is (111,170,253). Sum of RGB (Red+Green+Blue) = 111+170+253=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 170 (66.80% from 255 or 31.84% 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 #6FAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAFD is #905502. Grayscale: #A1A1A1. Windows color (decimal): -9458947 or 16624239. OLE color: 16624239.

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

Color convert

RGB111170253-
CMYK0.560.3300.01
HSL215.07º97.26%71.37%-
HSV(B)215.07º56.13%99.22%-
XYZ38.6639.2298.46-
YUV161.82179.4591.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=20.79%
G=31.84%
B=47.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111702530.560.3300.01215.0797.2671.37
Hex6FAAFD382101d76147
Octal157252375704101327141107
Binary11011111010101011111101111000100001011101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,170,253); }

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

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

 a { background-color: rgb(111,170,253); }

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

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

 span { border-color: rgb(111,170,253); }

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