#6baee5

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

Shades of Malibu #6BAEE5

Tints of Malibu #6BAEE5

Color information

#6BAEE5 (or 0x6BAEE5) is unknown color: approx Malibu. HEX triplet: 6B, AE and E5. RGB value is (107,174,229). Sum of RGB (Red+Green+Blue) = 107+174+229=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #6BAEE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEE5 is #94511A. Grayscale: #9F9F9F. Windows color (decimal): -9720091 or 15052395. OLE color: 15052395.

HSL color Cylindrical-coordinate representation of color #6BAEE5: hue angle of 207.05º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BAEE5 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB107174229-
CMYK0.530.2400.10
HSL207.05º70.11%65.88%-
HSV(B)207.05º53.28%89.8%-
XYZ35.3439.0679.8-
YUV160.24166.890.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.98%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=20.98%
G=34.12%
B=44.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1071742290.530.2400.10207.0570.1165.88
Hex6BAEE535180Acf4642
Octal1532563456530012317106102
Binary1101011101011101110010111010111000010101100111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6baee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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