#6CB3ED

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

Shades of Malibu #6CB3ED

Tints of Malibu #6CB3ED

Color information

#6CB3ED (or 0x6CB3ED) is unknown color: approx Malibu. HEX triplet: 6C, B3 and ED. RGB value is (108,179,237). Sum of RGB (Red+Green+Blue) = 108+179+237=524 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.61% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CB3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CB3ED is #934C12. Grayscale: #A4A4A4. Windows color (decimal): -9653267 or 15577964. OLE color: 15577964.

HSL color Cylindrical-coordinate representation of color #6CB3ED: hue angle of 206.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CB3ED is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108179237-
CMYK0.540.2400.07
HSL206.98º78.18%67.65%-
HSV(B)206.98º54.43%92.94%-
XYZ37.5941.5486.16-
YUV164.38168.9887.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.61%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=20.61%
G=34.16%
B=45.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081792370.540.2400.07206.9878.1867.65
Hex6CB3ED361807cf4e44
Octal154263355663007317116104
Binary110110010110011111011011101101100001111100111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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