Html Css Color HEX #6DCCBE Downy

📋 copy color: '#6DCCBE'

red 109 ◦ green 204 ◦ blue 190

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

Shades of Downy #6DCCBE

Tints of Downy #6DCCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

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

R = 21.67%
G = 40.56%
B = 37.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#6DCCBE (or 0x6DCCBE) is known color: Downy. HEX triplet: 6D, CC and BE. RGB value is (109,204,190). Sum of RGB (Red+Green+Blue) = 109+204+190=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCBE is #923341. Grayscale: #ADADAD. Windows color (decimal): -9581378 or 12504173. OLE color: 12504173.

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

Color convert

RGB 109 204 190 -
CMYK 0.47 0 0.07 0.2
HSL 171.16º 0.48% 0.61% -
HSV(B) 171.16º 0.47% 0.8% -
XYZ 37.19 50.15 56.44 -
YUV 174 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 109 204 190 0.47 0 0.07 0.2 171.16 0.48 0.61
Hex 6D CC BE 2F 0 7 14 AB 30 3D
Octal 155 314 276 57 0 7 24 253 60 75
Binary 1101101 11001100 10111110 101111 0 111 10100 10101011 110000 111101

Color Harmonies of #6DCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCBE

Black with #6DCCBE

Text Example


Text Example

White with #6DCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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