#6bb0ff

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

Shades of Maya Blue #6BB0FF

Tints of Maya Blue #6BB0FF

Color information

#6BB0FF (or 0x6BB0FF) is unknown color: approx Maya Blue. HEX triplet: 6B, B0 and FF. RGB value is (107,176,255). Sum of RGB (Red+Green+Blue) = 107+176+255=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB0FF is #944F00. Grayscale: #A3A3A3. Windows color (decimal): -9719553 or 16756843. OLE color: 16756843.

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

Color convert

RGB107176255-
CMYK0.580.3100
HSL212.03º100%70.98%-
HSV(B)212.03º58.04%100%-
XYZ39.6441.4100.51-
YUV164.38179.1487.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.89%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 255 (100% from 255) = 47.40%
R=19.89%
G=32.71%
B=47.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1071762550.580.3100212.0310070.98
Hex6BB0FF3A1F00d46447
Octal153260377723700324144107
Binary1101011101100001111111111101011111001101010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bb0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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