#6BBAE0

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

Shades of Malibu #6BBAE0

Tints of Malibu #6BBAE0

Color information

#6BBAE0 (or 0x6BBAE0) is unknown color: approx Malibu. HEX triplet: 6B, BA and E0. RGB value is (107,186,224). Sum of RGB (Red+Green+Blue) = 107+186+224=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BBAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBAE0 is #94451F. Grayscale: #A6A6A6. Windows color (decimal): -9717024 or 14727787. OLE color: 14727787.

HSL color Cylindrical-coordinate representation of color #6BBAE0: hue angle of 199.49º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BBAE0 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB107186224-
CMYK0.520.1700.12
HSL199.49º65.36%64.9%-
HSV(B)199.49º52.23%87.84%-
XYZ37.0843.6376.99-
YUV166.71160.3385.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.70%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=20.70%
G=35.98%
B=43.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1071862240.520.1700.12199.4965.3664.9
Hex6BBAE034110Cc74141
Octal1532723406421014307101101
Binary1101011101110101110000011010010001011001100011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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