Html Css Color HEX #6DCFC3 Downy

📋 copy color: '#6DCFC3'

red 109 ◦ green 207 ◦ blue 195

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

Shades of Downy #6DCFC3

Tints of Downy #6DCFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 21.33%
G = 40.51%
B = 38.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#6DCFC3 (or 0x6DCFC3) is known color: Downy. HEX triplet: 6D, CF and C3. RGB value is (109,207,195). Sum of RGB (Red+Green+Blue) = 109+207+195=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFC3 is #92303C. Grayscale: #B0B0B0. Windows color (decimal): -9580605 or 12832621. OLE color: 12832621.

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

Color convert

RGB 109 207 195 -
CMYK 0.47 0 0.06 0.19
HSL 172.65º 0.51% 0.62% -
HSV(B) 172.65º 0.47% 0.81% -
XYZ 38.47 51.82 59.6 -
YUV 176.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 109 207 195 0.47 0 0.06 0.19 172.65 0.51 0.62
Hex 6D CF C3 2F 0 6 13 AD 33 3E
Octal 155 317 303 57 0 6 23 255 63 76
Binary 1101101 11001111 11000011 101111 0 110 10011 10101101 110011 111110

Color Harmonies of #6DCFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFC3

Black with #6DCFC3

Text Example


Text Example

White with #6DCFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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