#6CB3EB

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

Shades of Malibu #6CB3EB

Tints of Malibu #6CB3EB

Color information

#6CB3EB (or 0x6CB3EB) is unknown color: approx Malibu. HEX triplet: 6C, B3 and EB. RGB value is (108,179,235). Sum of RGB (Red+Green+Blue) = 108+179+235=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CB3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CB3EB is #934C14. Grayscale: #A3A3A3. Windows color (decimal): -9653269 or 15446892. OLE color: 15446892.

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

Color convert

RGB108179235-
CMYK0.540.2400.08
HSL206.46º76.05%67.25%-
HSV(B)206.46º54.04%92.16%-
XYZ37.341.4384.63-
YUV164.16167.9887.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.69%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=20.69%
G=34.29%
B=45.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1081792350.540.2400.08206.4676.0567.25
Hex6CB3EB361808ce4c43
Octal1542633536630010316114103
Binary1101100101100111110101111011011000010001100111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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