#6BABD7

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

Shades of Malibu #6BABD7

Tints of Malibu #6BABD7

Color information

#6BABD7 (or 0x6BABD7) is unknown color: approx Malibu. HEX triplet: 6B, AB and D7. RGB value is (107,171,215). Sum of RGB (Red+Green+Blue) = 107+171+215=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BABD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABD7 is #945428. Grayscale: #9C9C9C. Windows color (decimal): -9720873 or 14134123. OLE color: 14134123.

HSL color Cylindrical-coordinate representation of color #6BABD7: hue angle of 204.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BABD7 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB107171215-
CMYK0.500.2000.16
HSL204.44º57.45%63.14%-
HSV(B)204.44º50.23%84.31%-
XYZ32.8937.1669.73-
YUV156.88160.892.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.70%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=21.70%
G=34.69%
B=43.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1071712150.500.2000.16204.4457.4563.14
Hex6BABD73214010cc393f
Octal15325332762240203147177
Binary110101110101011110101111100101010001000011001100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,215); }

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

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

 a { background-color: rgb(107,171,215); }

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

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

 span { border-color: rgb(107,171,215); }

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