#6CB0DF

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

Shades of Malibu #6CB0DF

Tints of Malibu #6CB0DF

Color information

#6CB0DF (or 0x6CB0DF) is unknown color: approx Malibu. HEX triplet: 6C, B0 and DF. RGB value is (108,176,223). Sum of RGB (Red+Green+Blue) = 108+176+223=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0DF is #934F20. Grayscale: #A0A0A0. Windows color (decimal): -9654049 or 14659692. OLE color: 14659692.

HSL color Cylindrical-coordinate representation of color #6CB0DF: hue angle of 204.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CB0DF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108176223-
CMYK0.520.2100.13
HSL204.52º64.25%64.9%-
HSV(B)204.52º51.57%87.45%-
XYZ35.0339.5775.6-
YUV161.03162.9790.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.30%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=21.30%
G=34.71%
B=43.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081762230.520.2100.13204.5264.2564.9
Hex6CB0DF34150Dcd4041
Octal1542603376425015315100101
Binary1101100101100001101111111010010101011011100110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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