#6CB0EB

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

Shades of Malibu #6CB0EB

Tints of Malibu #6CB0EB

Color information

#6CB0EB (or 0x6CB0EB) is unknown color: approx Malibu. HEX triplet: 6C, B0 and EB. RGB value is (108,176,235). Sum of RGB (Red+Green+Blue) = 108+176+235=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CB0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CB0EB is #934F14. Grayscale: #A2A2A2. Windows color (decimal): -9654037 or 15446124. OLE color: 15446124.

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

Color convert

RGB108176235-
CMYK0.540.2500.08
HSL207.87º76.05%67.25%-
HSV(B)207.87º54.04%92.16%-
XYZ36.7140.2484.43-
YUV162.39168.9789.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.81%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=20.81%
G=33.91%
B=45.28%

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
Decimal1081762350.540.2500.08207.8776.0567.25
Hex6CB0EB361908d04c43
Octal1542603536631010320114103
Binary1101100101100001110101111011011001010001101000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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