#6BBAF1

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

Shades of Maya Blue #6BBAF1

Tints of Maya Blue #6BBAF1

Color information

#6BBAF1 (or 0x6BBAF1) is unknown color: approx Maya Blue. HEX triplet: 6B, BA and F1. RGB value is (107,186,241). Sum of RGB (Red+Green+Blue) = 107+186+241=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BBAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAF1 is #94450E. Grayscale: #A8A8A8. Windows color (decimal): -9717007 or 15841899. OLE color: 15841899.

HSL color Cylindrical-coordinate representation of color #6BBAF1: hue angle of 204.63º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BBAF1 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107186241-
CMYK0.560.2300.05
HSL204.63º82.72%68.24%-
HSV(B)204.63º55.6%94.51%-
XYZ39.544.5989.74-
YUV168.65168.8384.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.04%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=20.04%
G=34.83%
B=45.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1071862410.560.2300.05204.6382.7268.24
Hex6BBAF1381705cd5344
Octal153272361702705315123104
Binary110101110111010111100011110001011101011100110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,241); }

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

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

 a { background-color: rgb(107,186,241); }

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

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

 span { border-color: rgb(107,186,241); }

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