#6CC8E5

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

Shades of Malibu #6CC8E5

Tints of Malibu #6CC8E5

Color information

#6CC8E5 (or 0x6CC8E5) is unknown color: approx Malibu. HEX triplet: 6C, C8 and E5. RGB value is (108,200,229). Sum of RGB (Red+Green+Blue) = 108+200+229=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #6CC8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8E5 is #93371A. Grayscale: #AFAFAF. Windows color (decimal): -9647899 or 15059052. OLE color: 15059052.

HSL color Cylindrical-coordinate representation of color #6CC8E5: hue angle of 194.38º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CC8E5 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB108200229-
CMYK0.530.1300.10
HSL194.38º69.94%66.08%-
HSV(B)194.38º52.84%89.8%-
XYZ40.9850.1581.65-
YUV175.8158.0279.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.11%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=20.11%
G=37.24%
B=42.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1082002290.530.1300.10194.3869.9466.08
Hex6CC8E535D0Ac24642
Octal1543103456515012302106102
Binary110110011001000111001011101011101010101100001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,200,229); }

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

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

 a { background-color: rgb(108,200,229); }

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

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

 span { border-color: rgb(108,200,229); }

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