#6DC0FF

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

Shades of Maya Blue #6DC0FF

Tints of Maya Blue #6DC0FF

Color information

#6DC0FF (or 0x6DC0FF) is unknown color: approx Maya Blue. HEX triplet: 6D, C0 and FF. RGB value is (109,192,255). Sum of RGB (Red+Green+Blue) = 109+192+255=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC0FF is #923F00. Grayscale: #AEAEAE. Windows color (decimal): -9584385 or 16760941. OLE color: 16760941.

HSL color Cylindrical-coordinate representation of color #6DC0FF: hue angle of 205.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DC0FF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB109192255-
CMYK0.570.2500
HSL205.89º100%71.37%-
HSV(B)205.89º57.25%100%-
XYZ43.2148.17101.63-
YUV174.36173.581.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.60%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 255 (100% from 255) = 45.86%
R=19.60%
G=34.53%
B=45.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091922550.570.2500205.8910071.37
Hex6DC0FF391900ce6447
Octal155300377713100316144107
Binary1101101110000001111111111100111001001100111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,192,255); }

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

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

 a { background-color: rgb(109,192,255); }

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

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

 span { border-color: rgb(109,192,255); }

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