Html Css Color HEX #6DCFCD Downy

📋 copy color: '#6DCFCD'

red 109 ◦ green 207 ◦ blue 205

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

Shades of Downy #6DCFCD

Tints of Downy #6DCFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 20.92%
G = 39.73%
B = 39.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#6DCFCD (or 0x6DCFCD) is known color: Downy. HEX triplet: 6D, CF and CD. RGB value is (109,207,205). Sum of RGB (Red+Green+Blue) = 109+207+205=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFCD is #923032. Grayscale: #B1B1B1. Windows color (decimal): -9580595 or 13487981. OLE color: 13487981.

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

Color convert

RGB 109 207 205 -
CMYK 0.47 0 0.01 0.19
HSL 178.78º 0.51% 0.62% -
HSV(B) 178.78º 0.47% 0.81% -
XYZ 39.64 52.28 65.76 -
YUV 177.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 109 207 205 0.47 0 0.01 0.19 178.78 0.51 0.62
Hex 6D CF CD 2F 0 1 13 B3 33 3E
Octal 155 317 315 57 0 1 23 263 63 76
Binary 1101101 11001111 11001101 101111 0 1 10011 10110011 110011 111110

Color Harmonies of #6DCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFCD

Black with #6DCFCD

Text Example


Text Example

White with #6DCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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