#6CB2ED

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

Shades of Malibu #6CB2ED

Tints of Malibu #6CB2ED

Color information

#6CB2ED (or 0x6CB2ED) is unknown color: approx Malibu. HEX triplet: 6C, B2 and ED. RGB value is (108,178,237). Sum of RGB (Red+Green+Blue) = 108+178+237=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CB2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CB2ED is #934D12. Grayscale: #A3A3A3. Windows color (decimal): -9653523 or 15577708. OLE color: 15577708.

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

Color convert

RGB108178237-
CMYK0.540.2500.07
HSL207.44º78.18%67.65%-
HSV(B)207.44º54.43%92.94%-
XYZ37.3941.1486.09-
YUV163.8169.3188.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.65%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=20.65%
G=34.03%
B=45.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081782370.540.2500.07207.4478.1867.65
Hex6CB2ED361907cf4e44
Octal154262355663107317116104
Binary110110010110010111011011101101100101111100111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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