#6CAFFA

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

Shades of Maya Blue #6CAFFA

Tints of Maya Blue #6CAFFA

Color information

#6CAFFA (or 0x6CAFFA) is unknown color: approx Maya Blue. HEX triplet: 6C, AF and FA. RGB value is (108,175,250). Sum of RGB (Red+Green+Blue) = 108+175+250=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #6CAFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAFFA is #935005. Grayscale: #A3A3A3. Windows color (decimal): -9654278 or 16428908. OLE color: 16428908.

HSL color Cylindrical-coordinate representation of color #6CAFFA: hue angle of 211.69º degrees, saturation: 0.93, 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 #6CAFFA is Cyan = 0.57, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108175250-
CMYK0.570.300.02
HSL211.69º93.42%70.2%-
HSV(B)211.69º56.8%98.04%-
XYZ38.7740.7596.26-
YUV163.52176.888.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.26%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=20.26%
G=32.83%
B=46.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081752500.570.300.02211.6993.4270.2
Hex6CAFFA391E02d45d46
Octal154257372713602324135106
Binary11011001010111111111010111001111100101101010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,175,250); }

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

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

 a { background-color: rgb(108,175,250); }

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

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

 span { border-color: rgb(108,175,250); }

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