Html Css Color HEX #6DC9C3 Downy

📋 copy color: '#6DC9C3'

red 109 ◦ green 201 ◦ blue 195

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

Shades of Downy #6DC9C3

Tints of Downy #6DC9C3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 21.58%
G = 39.8%
B = 38.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#6DC9C3 (or 0x6DC9C3) is known color: Downy. HEX triplet: 6D, C9 and C3. RGB value is (109,201,195). Sum of RGB (Red+Green+Blue) = 109+201+195=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9C3 is #92363C. Grayscale: #ACACAC. Windows color (decimal): -9582141 or 12831085. OLE color: 12831085.

HSL color Cylindrical-coordinate representation of color #6DC9C3: hue angle of 176.09º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC9C3 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 201 195 -
CMYK 0.46 0 0.03 0.21
HSL 176.09º 0.46% 0.61% -
HSV(B) 176.09º 0.46% 0.79% -
XYZ 37.04 48.96 59.13 -
YUV 172.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 109 201 195 0.46 0 0.03 0.21 176.09 0.46 0.61
Hex 6D C9 C3 2E 0 3 15 B0 2E 3D
Octal 155 311 303 56 0 3 25 260 56 75
Binary 1101101 11001001 11000011 101110 0 11 10101 10110000 101110 111101

Color Harmonies of #6DC9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC9C3

Black with #6DC9C3

Text Example


Text Example

White with #6DC9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,201,195); }

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

background-color css

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

 a { background-color: rgb(109,201,195); }

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

border-color css

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

 span { border-color: rgb(109,201,195); }

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