#6DC2FA

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

Shades of Maya Blue #6DC2FA

Tints of Maya Blue #6DC2FA

Color information

#6DC2FA (or 0x6DC2FA) is unknown color: approx Maya Blue. HEX triplet: 6D, C2 and FA. RGB value is (109,194,250). Sum of RGB (Red+Green+Blue) = 109+194+250=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC2FA is #923D05. Grayscale: #AEAEAE. Windows color (decimal): -9583878 or 16433773. OLE color: 16433773.

HSL color Cylindrical-coordinate representation of color #6DC2FA: hue angle of 203.83º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DC2FA is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109194250-
CMYK0.560.2200.02
HSL203.83º93.38%70.39%-
HSV(B)203.83º56.4%98.04%-
XYZ42.8548.7497.59-
YUV174.97170.3480.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.71%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=19.71%
G=35.08%
B=45.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091942500.560.2200.02203.8393.3870.39
Hex6DC2FA381602cc5d46
Octal155302372702602314135106
Binary11011011100001011111010111000101100101100110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,194,250); }

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

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

 a { background-color: rgb(109,194,250); }

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

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

 span { border-color: rgb(109,194,250); }

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