#6BC4F6

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

Shades of Maya Blue #6BC4F6

Tints of Maya Blue #6BC4F6

Color information

#6BC4F6 (or 0x6BC4F6) is unknown color: approx Maya Blue. HEX triplet: 6B, C4 and F6. RGB value is (107,196,246). Sum of RGB (Red+Green+Blue) = 107+196+246=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #6BC4F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC4F6 is #943B09. Grayscale: #AEAEAE. Windows color (decimal): -9714442 or 16172139. OLE color: 16172139.

HSL color Cylindrical-coordinate representation of color #6BC4F6: hue angle of 201.58º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BC4F6 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB107196246-
CMYK0.570.2000.04
HSL201.58º88.54%69.22%-
HSV(B)201.58º56.5%96.47%-
XYZ42.4449.2694.46-
YUV175.09168.0179.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.49%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 246 (96.48% from 255) = 44.81%
R=19.49%
G=35.70%
B=44.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1071962460.570.2000.04201.5888.5469.22
Hex6BC4F6391404ca5945
Octal153304366712404312131105
Binary110101111000100111101101110011010001001100101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,196,246); }

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

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

 a { background-color: rgb(107,196,246); }

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

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

 span { border-color: rgb(107,196,246); }

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