#6CBDF7

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

Shades of Maya Blue #6CBDF7

Tints of Maya Blue #6CBDF7

Color information

#6CBDF7 (or 0x6CBDF7) is unknown color: approx Maya Blue. HEX triplet: 6C, BD and F7. RGB value is (108,189,247). Sum of RGB (Red+Green+Blue) = 108+189+247=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #6CBDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBDF7 is #934208. Grayscale: #ABABAB. Windows color (decimal): -9650697 or 16235884. OLE color: 16235884.

HSL color Cylindrical-coordinate representation of color #6CBDF7: hue angle of 205.04º 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 #6CBDF7 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB108189247-
CMYK0.560.2300.03
HSL205.04º89.68%69.61%-
HSV(B)205.04º56.28%96.86%-
XYZ41.1746.394.76-
YUV171.39170.6682.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.85%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 247 (96.88% from 255) = 45.40%
R=19.85%
G=34.74%
B=45.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1081892470.560.2300.03205.0489.6869.61
Hex6CBDF7381703cd5a46
Octal154275367702703315132106
Binary11011001011110111110111111000101110111100110110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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