#6BB4F6

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

Shades of Maya Blue #6BB4F6

Tints of Maya Blue #6BB4F6

Color information

#6BB4F6 (or 0x6BB4F6) is unknown color: approx Maya Blue. HEX triplet: 6B, B4 and F6. RGB value is (107,180,246). Sum of RGB (Red+Green+Blue) = 107+180+246=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #6BB4F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB4F6 is #944B09. Grayscale: #A5A5A5. Windows color (decimal): -9718538 or 16168043. OLE color: 16168043.

HSL color Cylindrical-coordinate representation of color #6BB4F6: hue angle of 208.49º 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 #6BB4F6 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB107180246-
CMYK0.570.2700.04
HSL208.49º88.54%69.22%-
HSV(B)208.49º56.5%96.47%-
XYZ39.0242.4293.32-
YUV165.7173.3286.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.08%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 246 (96.48% from 255) = 46.15%
R=20.08%
G=33.77%
B=46.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1071802460.570.2700.04208.4988.5469.22
Hex6BB4F6391B04d05945
Octal153264366713304320131105
Binary110101110110100111101101110011101101001101000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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