Html Css Color HEX #6CACDD Malibu

📋 copy color: '#6CACDD'

red 108 ◦ green 172 ◦ blue 221

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

Shades of Malibu #6CACDD

Tints of Malibu #6CACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 21.56%
G = 34.33%
B = 44.11%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CACDD (or 0x6CACDD) is known color: Malibu. HEX triplet: 6C, AC and DD. RGB value is (108,172,221). Sum of RGB (Red+Green+Blue) = 108+172+221=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACDD is #935322. Grayscale: #9E9E9E. Windows color (decimal): -9655075 or 14527596. OLE color: 14527596.

HSL color Cylindrical-coordinate representation of color #6CACDD: hue angle of 206.02º degrees, saturation: 0.62, 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 #6CACDD is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 172 221 -
CMYK 0.51 0.22 0 0.13
HSL 206.02º 0.62% 0.65% -
HSV(B) 206.02º 0.51% 0.87% -
XYZ 33.99 37.91 73.93 -
YUV 158.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 108 172 221 0.51 0.22 0 0.13 206.02 0.62 0.65
Hex 6C AC DD 33 16 0 D CE 3E 41
Octal 154 254 335 63 26 0 15 316 76 101
Binary 1101100 10101100 11011101 110011 10110 0 1101 11001110 111110 1000001

Color Harmonies of #6CACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACDD

Black with #6CACDD

Text Example


Text Example

White with #6CACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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