#6BCDFF

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

Shades of Maya Blue #6BCDFF

Tints of Maya Blue #6BCDFF

Color information

#6BCDFF (or 0x6BCDFF) is unknown color: approx Maya Blue. HEX triplet: 6B, CD and FF. RGB value is (107,205,255). Sum of RGB (Red+Green+Blue) = 107+205+255=567 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.87% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDFF is #943200. Grayscale: #B5B5B5. Windows color (decimal): -9712129 or 16764267. OLE color: 16764267.

HSL color Cylindrical-coordinate representation of color #6BCDFF: hue angle of 200.27º 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 #6BCDFF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB107205255-
CMYK0.580.2000
HSL200.27º100%70.98%-
HSV(B)200.27º58.04%100%-
XYZ45.9454.01102.61-
YUV181.4169.5374.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.87%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 255 (100% from 255) = 44.97%
R=18.87%
G=36.16%
B=44.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072052550.580.2000200.2710070.98
Hex6BCDFF3A1400c86447
Octal153315377722400310144107
Binary1101011110011011111111111101010100001100100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,255); }

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

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

 a { background-color: rgb(107,205,255); }

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

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

 span { border-color: rgb(107,205,255); }

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