Html Css Color HEX #6DCFBA Downy

📋 copy color: '#6DCFBA'

red 109 ◦ green 207 ◦ blue 186

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

Shades of Downy #6DCFBA

Tints of Downy #6DCFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 21.71%
G = 41.24%
B = 37.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#6DCFBA (or 0x6DCFBA) is known color: Downy. HEX triplet: 6D, CF and BA. RGB value is (109,207,186). Sum of RGB (Red+Green+Blue) = 109+207+186=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFBA is #923045. Grayscale: #AFAFAF. Windows color (decimal): -9580614 or 12242797. OLE color: 12242797.

HSL color Cylindrical-coordinate representation of color #6DCFBA: hue angle of 167.14º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFBA is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 186 -
CMYK 0.47 0 0.10 0.19
HSL 167.14º 0.51% 0.62% -
HSV(B) 167.14º 0.47% 0.81% -
XYZ 37.48 51.42 54.4 -
YUV 175.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 109 207 186 0.47 0 0.10 0.19 167.14 0.51 0.62
Hex 6D CF BA 2F 0 A 13 A7 33 3E
Octal 155 317 272 57 0 12 23 247 63 76
Binary 1101101 11001111 10111010 101111 0 1010 10011 10100111 110011 111110

Color Harmonies of #6DCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFBA

Black with #6DCFBA

Text Example


Text Example

White with #6DCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,186); }

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

background-color css

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

 a { background-color: rgb(109,207,186); }

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

border-color css

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

 span { border-color: rgb(109,207,186); }

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