#6BB0EB

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

Shades of Malibu #6BB0EB

Tints of Malibu #6BB0EB

Color information

#6BB0EB (or 0x6BB0EB) is unknown color: approx Malibu. HEX triplet: 6B, B0 and EB. RGB value is (107,176,235). Sum of RGB (Red+Green+Blue) = 107+176+235=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BB0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB0EB is #944F14. Grayscale: #A1A1A1. Windows color (decimal): -9719573 or 15446123. OLE color: 15446123.

HSL color Cylindrical-coordinate representation of color #6BB0EB: hue angle of 207.66º 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 #6BB0EB is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107176235-
CMYK0.540.2500.08
HSL207.66º76.19%67.06%-
HSV(B)207.66º54.47%92.16%-
XYZ36.5840.1784.42-
YUV162.1169.1488.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.66%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=20.66%
G=33.98%
B=45.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071762350.540.2500.08207.6676.1967.06
Hex6BB0EB361908d04c43
Octal1532603536631010320114103
Binary1101011101100001110101111011011001010001101000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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