#6BBDE9

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

Shades of Malibu #6BBDE9

Tints of Malibu #6BBDE9

Color information

#6BBDE9 (or 0x6BBDE9) is unknown color: approx Malibu. HEX triplet: 6B, BD and E9. RGB value is (107,189,233). Sum of RGB (Red+Green+Blue) = 107+189+233=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #6BBDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDE9 is #944216. Grayscale: #A9A9A9. Windows color (decimal): -9716247 or 15318379. OLE color: 15318379.

HSL color Cylindrical-coordinate representation of color #6BBDE9: hue angle of 200.95º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBDE9 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB107189233-
CMYK0.540.1900.09
HSL200.95º74.12%66.67%-
HSV(B)200.95º54.08%91.37%-
XYZ38.9745.483.8-
YUV169.5163.8383.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.23%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=20.23%
G=35.73%
B=44.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1071892330.540.1900.09200.9574.1266.67
Hex6BBDE9361309c94a43
Octal1532753516623011311112103
Binary1101011101111011110100111011010011010011100100110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,189,233); }

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

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

 a { background-color: rgb(107,189,233); }

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

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

 span { border-color: rgb(107,189,233); }

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