Html Css Color HEX #6DCDBF Downy

📋 copy color: '#6DCDBF'

red 109 ◦ green 205 ◦ blue 191

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

Shades of Downy #6DCDBF

Tints of Downy #6DCDBF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

 BLUE value IS 191 (75% from 255) = 37.82%

R = 21.58%
G = 40.59%
B = 37.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#6DCDBF (or 0x6DCDBF) is known color: Downy. HEX triplet: 6D, CD and BF. RGB value is (109,205,191). Sum of RGB (Red+Green+Blue) = 109+205+191=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDBF is #923240. Grayscale: #AEAEAE. Windows color (decimal): -9581121 or 12569965. OLE color: 12569965.

HSL color Cylindrical-coordinate representation of color #6DCDBF: hue angle of 171.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDBF is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 191 -
CMYK 0.47 0 0.07 0.20
HSL 171.25º 0.49% 0.62% -
HSV(B) 171.25º 0.47% 0.8% -
XYZ 37.54 50.68 57.09 -
YUV 174.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 109 205 191 0.47 0 0.07 0.20 171.25 0.49 0.62
Hex 6D CD BF 2F 0 7 14 AB 31 3E
Octal 155 315 277 57 0 7 24 253 61 76
Binary 1101101 11001101 10111111 101111 0 111 10100 10101011 110001 111110

Color Harmonies of #6DCDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDBF

Black with #6DCDBF

Text Example


Text Example

White with #6DCDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,205,191); }

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

background-color css

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

 a { background-color: rgb(109,205,191); }

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

border-color css

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

 span { border-color: rgb(109,205,191); }

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