#6DB0F4

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

Shades of Maya Blue #6DB0F4

Tints of Maya Blue #6DB0F4

Color information

#6DB0F4 (or 0x6DB0F4) is unknown color: approx Maya Blue. HEX triplet: 6D, B0 and F4. RGB value is (109,176,244). Sum of RGB (Red+Green+Blue) = 109+176+244=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #6DB0F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DB0F4 is #924F0B. Grayscale: #A3A3A3. Windows color (decimal): -9588492 or 16035949. OLE color: 16035949.

HSL color Cylindrical-coordinate representation of color #6DB0F4: hue angle of 210.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DB0F4 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB109176244-
CMYK0.550.2800.04
HSL210.22º85.99%69.22%-
HSV(B)210.22º55.33%95.69%-
XYZ38.1640.8391.46-
YUV163.72173.388.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.60%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 244 (95.70% from 255) = 46.12%
R=20.60%
G=33.27%
B=46.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1091762440.550.2800.04210.2285.9969.22
Hex6DB0F4371C04d25645
Octal155260364673404322126105
Binary110110110110000111101001101111110001001101001010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,176,244); }

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

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

 a { background-color: rgb(109,176,244); }

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

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

 span { border-color: rgb(109,176,244); }

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