Html Css Color HEX #6DCFBD Downy

📋 copy color: '#6DCFBD'

red 109 ◦ green 207 ◦ blue 189

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

Shades of Downy #6DCFBD

Tints of Downy #6DCFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 21.58%
G = 40.99%
B = 37.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#6DCFBD (or 0x6DCFBD) is known color: Downy. HEX triplet: 6D, CF and BD. RGB value is (109,207,189). Sum of RGB (Red+Green+Blue) = 109+207+189=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFBD is #923042. Grayscale: #AFAFAF. Windows color (decimal): -9580611 or 12439405. OLE color: 12439405.

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

Color convert

RGB 109 207 189 -
CMYK 0.47 0 0.09 0.19
HSL 168.98º 0.51% 0.62% -
HSV(B) 168.98º 0.47% 0.81% -
XYZ 37.8 51.55 56.1 -
YUV 175.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 109 207 189 0.47 0 0.09 0.19 168.98 0.51 0.62
Hex 6D CF BD 2F 0 9 13 A9 33 3E
Octal 155 317 275 57 0 11 23 251 63 76
Binary 1101101 11001111 10111101 101111 0 1001 10011 10101001 110011 111110

Color Harmonies of #6DCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFBD

Black with #6DCFBD

Text Example


Text Example

White with #6DCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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