Html Css Color HEX #6CACDC Malibu

📋 copy color: '#6CACDC'

red 108 ◦ green 172 ◦ blue 220

#6CACDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6CACDC

Tints of Malibu #6CACDC

RGB

 RED value IS 108 (42.58% from 255) = 21.6%

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 21.6%
G = 34.4%
B = 44%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CACDC (or 0x6CACDC) is known color: Malibu. HEX triplet: 6C, AC and DC. RGB value is (108,172,220). Sum of RGB (Red+Green+Blue) = 108+172+220=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACDC is #935323. Grayscale: #9E9E9E. Windows color (decimal): -9655076 or 14462060. OLE color: 14462060.

HSL color Cylindrical-coordinate representation of color #6CACDC: hue angle of 205.71º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CACDC is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 172 220 -
CMYK 0.51 0.22 0 0.14
HSL 205.71º 0.62% 0.64% -
HSV(B) 205.71º 0.51% 0.86% -
XYZ 33.86 37.86 73.23 -
YUV 158.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 108 172 220 0.51 0.22 0 0.14 205.71 0.62 0.64
Hex 6C AC DC 33 16 0 E CE 3E 40
Octal 154 254 334 63 26 0 16 316 76 100
Binary 1101100 10101100 11011100 110011 10110 0 1110 11001110 111110 1000000

Color Harmonies of #6CACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACDC

Black with #6CACDC

Text Example


Text Example

White with #6CACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,172,220); }

 H1.HeaderClassName
 {
   color: #6CACDC;
 }
 .AnyTagClassName
 {
   color: #6CACDC;
 }
</style>

background-color css

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

 a { background-color: rgb(108,172,220); }

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

border-color css

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

 span { border-color: rgb(108,172,220); }

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