Html Css Color HEX #6DCFBE Downy

📋 copy color: '#6DCFBE'

red 109 ◦ green 207 ◦ blue 190

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

Shades of Downy #6DCFBE

Tints of Downy #6DCFBE

RGB

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

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

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

R = 21.54%
G = 40.91%
B = 37.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#6DCFBE (or 0x6DCFBE) is known color: Downy. HEX triplet: 6D, CF and BE. RGB value is (109,207,190). Sum of RGB (Red+Green+Blue) = 109+207+190=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFBE is #923041. Grayscale: #AFAFAF. Windows color (decimal): -9580610 or 12504941. OLE color: 12504941.

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

Color convert

RGB 109 207 190 -
CMYK 0.47 0 0.08 0.19
HSL 169.59º 0.51% 0.62% -
HSV(B) 169.59º 0.47% 0.81% -
XYZ 37.91 51.59 56.68 -
YUV 175.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 109 207 190 0.47 0 0.08 0.19 169.59 0.51 0.62
Hex 6D CF BE 2F 0 8 13 AA 33 3E
Octal 155 317 276 57 0 10 23 252 63 76
Binary 1101101 11001111 10111110 101111 0 1000 10011 10101010 110011 111110

Color Harmonies of #6DCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFBE

Black with #6DCFBE

Text Example


Text Example

White with #6DCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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