Html Css Color HEX #6DCFB7 Downy

📋 copy color: '#6DCFB7'

red 109 ◦ green 207 ◦ blue 183

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

Shades of Downy #6DCFB7

Tints of Downy #6DCFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.67%

R = 21.84%
G = 41.48%
B = 36.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#6DCFB7 (or 0x6DCFB7) is known color: Downy. HEX triplet: 6D, CF and B7. RGB value is (109,207,183). Sum of RGB (Red+Green+Blue) = 109+207+183=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFB7 is #923048. Grayscale: #AEAEAE. Windows color (decimal): -9580617 or 12046189. OLE color: 12046189.

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

Color convert

RGB 109 207 183 -
CMYK 0.47 0 0.12 0.19
HSL 165.31º 0.51% 0.62% -
HSV(B) 165.31º 0.47% 0.81% -
XYZ 37.17 51.3 52.74 -
YUV 174.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 109 207 183 0.47 0 0.12 0.19 165.31 0.51 0.62
Hex 6D CF B7 2F 0 C 13 A5 33 3E
Octal 155 317 267 57 0 14 23 245 63 76
Binary 1101101 11001111 10110111 101111 0 1100 10011 10100101 110011 111110

Color Harmonies of #6DCFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFB7

Black with #6DCFB7

Text Example


Text Example

White with #6DCFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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