#6BAEFF

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

Shades of Maya Blue #6BAEFF

Tints of Maya Blue #6BAEFF

Color information

#6BAEFF (or 0x6BAEFF) is unknown color: approx Maya Blue. HEX triplet: 6B, AE and FF. RGB value is (107,174,255). Sum of RGB (Red+Green+Blue) = 107+174+255=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEFF is #945100. Grayscale: #A2A2A2. Windows color (decimal): -9720065 or 16756331. OLE color: 16756331.

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

Color convert

RGB107174255-
CMYK0.580.3200
HSL212.84º100%70.98%-
HSV(B)212.84º58.04%100%-
XYZ39.2540.62100.38-
YUV163.2179.887.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.96%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 255 (100% from 255) = 47.57%
R=19.96%
G=32.46%
B=47.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1071742550.580.3200212.8410070.98
Hex6BAEFF3A2000d56447
Octal153256377724000325144107
Binary11010111010111011111111111010100000001101010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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