Html Css Color HEX #6DC4DC Malibu

📋 copy color: '#6DC4DC'

red 109 ◦ green 196 ◦ blue 220

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

Shades of Malibu #6DC4DC

Tints of Malibu #6DC4DC

RGB

 RED value IS 109 (42.97% from 255) = 20.76%

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

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

R = 20.76%
G = 37.33%
B = 41.9%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DC4DC (or 0x6DC4DC) is known color: Malibu. HEX triplet: 6D, C4 and DC. RGB value is (109,196,220). Sum of RGB (Red+Green+Blue) = 109+196+220=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DC4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC4DC is #923B23. Grayscale: #ACACAC. Windows color (decimal): -9583396 or 14468205. OLE color: 14468205.

HSL color Cylindrical-coordinate representation of color #6DC4DC: hue angle of 192.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DC4DC is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 196 220 -
CMYK 0.50 0.11 0 0.14
HSL 192.97º 0.61% 0.65% -
HSV(B) 192.97º 0.5% 0.86% -
XYZ 38.96 47.9 74.9 -
YUV 172.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 109 196 220 0.50 0.11 0 0.14 192.97 0.61 0.65
Hex 6D C4 DC 32 B 0 E C1 3D 41
Octal 155 304 334 62 13 0 16 301 75 101
Binary 1101101 11000100 11011100 110010 1011 0 1110 11000001 111101 1000001

Color Harmonies of #6DC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC4DC

Black with #6DC4DC

Text Example


Text Example

White with #6DC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,196,220); }

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

background-color css

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

 a { background-color: rgb(109,196,220); }

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

border-color css

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

 span { border-color: rgb(109,196,220); }

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