#6BB6F7

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

Shades of Maya Blue #6BB6F7

Tints of Maya Blue #6BB6F7

Color information

#6BB6F7 (or 0x6BB6F7) is unknown color: approx Maya Blue. HEX triplet: 6B, B6 and F7. RGB value is (107,182,247). Sum of RGB (Red+Green+Blue) = 107+182+247=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #6BB6F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB6F7 is #944908. Grayscale: #A6A6A6. Windows color (decimal): -9718025 or 16234091. OLE color: 16234091.

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

Color convert

RGB107182247-
CMYK0.570.2600.03
HSL207.86º89.74%69.41%-
HSV(B)207.86º56.68%96.86%-
XYZ39.5843.394.27-
YUV166.98173.1585.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.96%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 247 (96.88% from 255) = 46.08%
R=19.96%
G=33.96%
B=46.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1071822470.570.2600.03207.8689.7469.41
Hex6BB6F7391A03d05a45
Octal153266367713203320132105
Binary11010111011011011110111111001110100111101000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,182,247); }

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

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

 a { background-color: rgb(107,182,247); }

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

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

 span { border-color: rgb(107,182,247); }

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