Html Css Color HEX #6CACDB Malibu

📋 copy color: '#6CACDB'

red 108 ◦ green 172 ◦ blue 219

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

Shades of Malibu #6CACDB

Tints of Malibu #6CACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 21.64%
G = 34.47%
B = 43.89%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CACDB (or 0x6CACDB) is known color: Malibu. HEX triplet: 6C, AC and DB. RGB value is (108,172,219). Sum of RGB (Red+Green+Blue) = 108+172+219=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACDB is #935324. Grayscale: #9D9D9D. Windows color (decimal): -9655077 or 14396524. OLE color: 14396524.

HSL color Cylindrical-coordinate representation of color #6CACDB: hue angle of 205.41º degrees, saturation: 0.61, 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 #6CACDB is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 172 219 -
CMYK 0.51 0.21 0 0.14
HSL 205.41º 0.61% 0.64% -
HSV(B) 205.41º 0.51% 0.86% -
XYZ 33.72 37.81 72.54 -
YUV 158.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 108 172 219 0.51 0.21 0 0.14 205.41 0.61 0.64
Hex 6C AC DB 33 15 0 E CD 3D 40
Octal 154 254 333 63 25 0 16 315 75 100
Binary 1101100 10101100 11011011 110011 10101 0 1110 11001101 111101 1000000

Color Harmonies of #6CACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACDB

Black with #6CACDB

Text Example


Text Example

White with #6CACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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