#6AC7F8

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

Shades of Maya Blue #6AC7F8

Tints of Maya Blue #6AC7F8

Color information

#6AC7F8 (or 0x6AC7F8) is unknown color: approx Maya Blue. HEX triplet: 6A, C7 and F8. RGB value is (106,199,248). Sum of RGB (Red+Green+Blue) = 106+199+248=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #6AC7F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC7F8 is #953807. Grayscale: #B0B0B0. Windows color (decimal): -9779208 or 16303978. OLE color: 16303978.

HSL color Cylindrical-coordinate representation of color #6AC7F8: hue angle of 200.7º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AC7F8 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB106199248-
CMYK0.570.2000.03
HSL200.7º91.03%69.41%-
HSV(B)200.7º57.26%97.25%-
XYZ43.3150.6996.31-
YUV176.78168.1977.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.17%
GREEN value IS 199 (78.12% from 255) = 35.99%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=19.17%
G=35.99%
B=44.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1061992480.570.2000.03200.791.0369.41
Hex6AC7F8391403c95b45
Octal152307370712403311133105
Binary11010101100011111111000111001101000111100100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,199,248); }

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

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

 a { background-color: rgb(106,199,248); }

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

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

 span { border-color: rgb(106,199,248); }

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