Html Css Color HEX #6DCCC5 Downy

📋 copy color: '#6DCCC5'

red 109 ◦ green 204 ◦ blue 197

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

Shades of Downy #6DCCC5

Tints of Downy #6DCCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40%

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 21.37%
G = 40%
B = 38.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#6DCCC5 (or 0x6DCCC5) is known color: Downy. HEX triplet: 6D, CC and C5. RGB value is (109,204,197). Sum of RGB (Red+Green+Blue) = 109+204+197=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCC5 is #92333A. Grayscale: #AEAEAE. Windows color (decimal): -9581371 or 12962925. OLE color: 12962925.

HSL color Cylindrical-coordinate representation of color #6DCCC5: hue angle of 175.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCC5 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 204 197 -
CMYK 0.47 0 0.03 0.2
HSL 175.58º 0.48% 0.61% -
HSV(B) 175.58º 0.47% 0.8% -
XYZ 37.98 50.47 60.56 -
YUV 174.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 109 204 197 0.47 0 0.03 0.2 175.58 0.48 0.61
Hex 6D CC C5 2F 0 3 14 B0 30 3D
Octal 155 314 305 57 0 3 24 260 60 75
Binary 1101101 11001100 11000101 101111 0 11 10100 10110000 110000 111101

Color Harmonies of #6DCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCC5

Black with #6DCCC5

Text Example


Text Example

White with #6DCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,204,197); }

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

background-color css

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

 a { background-color: rgb(109,204,197); }

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

border-color css

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

 span { border-color: rgb(109,204,197); }

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