#6CB1EE

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

Shades of Malibu #6CB1EE

Tints of Malibu #6CB1EE

Color information

#6CB1EE (or 0x6CB1EE) is unknown color: approx Malibu. HEX triplet: 6C, B1 and EE. RGB value is (108,177,238). Sum of RGB (Red+Green+Blue) = 108+177+238=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CB1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CB1EE is #934E11. Grayscale: #A3A3A3. Windows color (decimal): -9653778 or 15642988. OLE color: 15642988.

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

Color convert

RGB108177238-
CMYK0.550.2600.07
HSL208.15º79.27%67.84%-
HSV(B)208.15º54.62%93.33%-
XYZ37.3440.8186.8-
YUV163.32170.1488.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.65%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=20.65%
G=33.84%
B=45.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081772380.550.2600.07208.1579.2767.84
Hex6CB1EE371A07d04f44
Octal154261356673207320117104
Binary110110010110001111011101101111101001111101000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,177,238); }

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

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

 a { background-color: rgb(108,177,238); }

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

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

 span { border-color: rgb(108,177,238); }

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