Html Css Color HEX #6CC4DB Malibu

📋 copy color: '#6CC4DB'

red 108 ◦ green 196 ◦ blue 219

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

Shades of Malibu #6CC4DB

Tints of Malibu #6CC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.48%

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

R = 20.65%
G = 37.48%
B = 41.87%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CC4DB (or 0x6CC4DB) is known color: Malibu. HEX triplet: 6C, C4 and DB. RGB value is (108,196,219). Sum of RGB (Red+Green+Blue) = 108+196+219=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4DB is #933B24. Grayscale: #ACACAC. Windows color (decimal): -9648933 or 14402668. OLE color: 14402668.

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

Color convert

RGB 108 196 219 -
CMYK 0.51 0.11 0 0.14
HSL 192.43º 0.61% 0.64% -
HSV(B) 192.43º 0.51% 0.86% -
XYZ 38.71 47.78 74.2 -
YUV 172.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 108 196 219 0.51 0.11 0 0.14 192.43 0.61 0.64
Hex 6C C4 DB 33 B 0 E C0 3D 40
Octal 154 304 333 63 13 0 16 300 75 100
Binary 1101100 11000100 11011011 110011 1011 0 1110 11000000 111101 1000000

Color Harmonies of #6CC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC4DB

Black with #6CC4DB

Text Example


Text Example

White with #6CC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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