Html Css Color HEX #6DCDBE Downy

📋 copy color: '#6DCDBE'

red 109 ◦ green 205 ◦ blue 190

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

Shades of Downy #6DCDBE

Tints of Downy #6DCDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 21.63%
G = 40.67%
B = 37.7%

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

#6DCDBE (or 0x6DCDBE) is known color: Downy. HEX triplet: 6D, CD and BE. RGB value is (109,205,190). Sum of RGB (Red+Green+Blue) = 109+205+190=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDBE is #923241. Grayscale: #AEAEAE. Windows color (decimal): -9581122 or 12504429. OLE color: 12504429.

HSL color Cylindrical-coordinate representation of color #6DCDBE: hue angle of 170.62º 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 #6DCDBE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 190 -
CMYK 0.47 0 0.07 0.20
HSL 170.63º 0.49% 0.62% -
HSV(B) 170.63º 0.47% 0.8% -
XYZ 37.43 50.63 56.52 -
YUV 174.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 109 205 190 0.47 0 0.07 0.20 170.63 0.49 0.62
Hex 6D CD BE 2F 0 7 14 AB 31 3E
Octal 155 315 276 57 0 7 24 253 61 76
Binary 1101101 11001101 10111110 101111 0 111 10100 10101011 110001 111110

Color Harmonies of #6DCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDBE

Black with #6DCDBE

Text Example


Text Example

White with #6DCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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