#6CC4DE

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

Shades of Malibu #6CC4DE

Tints of Malibu #6CC4DE

Color information

#6CC4DE (or 0x6CC4DE) is unknown color: approx Malibu. HEX triplet: 6C, C4 and DE. RGB value is (108,196,222). Sum of RGB (Red+Green+Blue) = 108+196+222=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #6CC4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4DE is #933B21. Grayscale: #ACACAC. Windows color (decimal): -9648930 or 14599276. OLE color: 14599276.

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

Color convert

RGB108196222-
CMYK0.510.1200.13
HSL193.68º63.33%64.71%-
HSV(B)193.68º51.35%87.06%-
XYZ39.1147.9476.3-
YUV172.65155.8581.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.53%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=20.53%
G=37.26%
B=42.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081962220.510.1200.13193.6863.3364.71
Hex6CC4DE33C0Dc23f41
Octal154304336631401530277101
Binary11011001100010011011110110011110001101110000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,196,222); }

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

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

 a { background-color: rgb(108,196,222); }

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

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

 span { border-color: rgb(108,196,222); }

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