#6CC0FF

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

Shades of Maya Blue #6CC0FF

Tints of Maya Blue #6CC0FF

Color information

#6CC0FF (or 0x6CC0FF) is unknown color: approx Maya Blue. HEX triplet: 6C, C0 and FF. RGB value is (108,192,255). Sum of RGB (Red+Green+Blue) = 108+192+255=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC0FF is #933F00. Grayscale: #ADADAD. Windows color (decimal): -9649921 or 16760940. OLE color: 16760940.

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

Color convert

RGB108192255-
CMYK0.580.2500
HSL205.71º100%71.18%-
HSV(B)205.71º57.65%100%-
XYZ43.0848.11101.62-
YUV174.07173.6780.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.46%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 255 (100% from 255) = 45.95%
R=19.46%
G=34.59%
B=45.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1081922550.580.2500205.7110071.18
Hex6CC0FF3A1900ce6447
Octal154300377723100316144107
Binary1101100110000001111111111101011001001100111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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