#6BBBEB

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

Shades of Malibu #6BBBEB

Tints of Malibu #6BBBEB

Color information

#6BBBEB (or 0x6BBBEB) is unknown color: approx Malibu. HEX triplet: 6B, BB and EB. RGB value is (107,187,235). Sum of RGB (Red+Green+Blue) = 107+187+235=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BBBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBBEB is #944414. Grayscale: #A8A8A8. Windows color (decimal): -9716757 or 15448939. OLE color: 15448939.

HSL color Cylindrical-coordinate representation of color #6BBBEB: hue angle of 202.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBBEB is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107187235-
CMYK0.540.2000.08
HSL202.5º76.19%67.06%-
HSV(B)202.5º54.47%92.16%-
XYZ38.8344.6685.17-
YUV168.55165.584.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.23%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=20.23%
G=35.35%
B=44.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071872350.540.2000.08202.576.1967.06
Hex6BBBEB361408ca4c43
Octal1532733536624010312114103
Binary1101011101110111110101111011010100010001100101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,187,235); }

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

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

 a { background-color: rgb(107,187,235); }

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

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

 span { border-color: rgb(107,187,235); }

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