Html Css Color HEX #6CDBC0 Downy

📋 copy color: '#6CDBC0'

red 108 ◦ green 219 ◦ blue 192

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

Shades of Downy #6CDBC0

Tints of Downy #6CDBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 20.81%
G = 42.2%
B = 36.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#6CDBC0 (or 0x6CDBC0) is known color: Downy. HEX triplet: 6C, DB and C0. RGB value is (108,219,192). Sum of RGB (Red+Green+Blue) = 108+219+192=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBC0 is #93243F. Grayscale: #B6B6B6. Windows color (decimal): -9643072 or 12639084. OLE color: 12639084.

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

Color convert

RGB 108 219 192 -
CMYK 0.51 0 0.12 0.14
HSL 165.41º 0.61% 0.64% -
HSV(B) 165.41º 0.51% 0.86% -
XYZ 41.03 57.66 58.84 -
YUV 182.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 108 219 192 0.51 0 0.12 0.14 165.41 0.61 0.64
Hex 6C DB C0 33 0 C E A5 3D 40
Octal 154 333 300 63 0 14 16 245 75 100
Binary 1101100 11011011 11000000 110011 0 1100 1110 10100101 111101 1000000

Color Harmonies of #6CDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBC0

Black with #6CDBC0

Text Example


Text Example

White with #6CDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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