#6CBCF7

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

Shades of Maya Blue #6CBCF7

Tints of Maya Blue #6CBCF7

Color information

#6CBCF7 (or 0x6CBCF7) is unknown color: approx Maya Blue. HEX triplet: 6C, BC and F7. RGB value is (108,188,247). Sum of RGB (Red+Green+Blue) = 108+188+247=543 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.89% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #6CBCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBCF7 is #934308. Grayscale: #AAAAAA. Windows color (decimal): -9650953 or 16235628. OLE color: 16235628.

HSL color Cylindrical-coordinate representation of color #6CBCF7: hue angle of 205.47º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CBCF7 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB108188247-
CMYK0.560.2400.03
HSL205.47º89.68%69.61%-
HSV(B)205.47º56.28%96.86%-
XYZ40.9645.8794.69-
YUV170.8117183.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.89%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 247 (96.88% from 255) = 45.49%
R=19.89%
G=34.62%
B=45.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1081882470.560.2400.03205.4789.6869.61
Hex6CBCF7381803cd5a46
Octal154274367703003315132106
Binary11011001011110011110111111000110000111100110110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,247); }

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

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

 a { background-color: rgb(108,188,247); }

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

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

 span { border-color: rgb(108,188,247); }

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