Html Css Color HEX #6DDFCF Downy

📋 copy color: '#6DDFCF'

red 109 ◦ green 223 ◦ blue 207

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

Shades of Downy #6DDFCF

Tints of Downy #6DDFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 20.22%
G = 41.37%
B = 38.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6DDFCF (or 0x6DDFCF) is known color: Downy. HEX triplet: 6D, DF and CF. RGB value is (109,223,207). Sum of RGB (Red+Green+Blue) = 109+223+207=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFCF is #922030. Grayscale: #BBBBBB. Windows color (decimal): -9576497 or 13623149. OLE color: 13623149.

HSL color Cylindrical-coordinate representation of color #6DDFCF: hue angle of 171.58º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDFCF is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 223 207 -
CMYK 0.51 0 0.07 0.13
HSL 171.58º 0.64% 0.65% -
HSV(B) 171.58º 0.51% 0.87% -
XYZ 43.96 60.53 68.4 -
YUV 187.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 109 223 207 0.51 0 0.07 0.13 171.58 0.64 0.65
Hex 6D DF CF 33 0 7 D AC 40 41
Octal 155 337 317 63 0 7 15 254 100 101
Binary 1101101 11011111 11001111 110011 0 111 1101 10101100 1000000 1000001

Color Harmonies of #6DDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDFCF

Black with #6DDFCF

Text Example


Text Example

White with #6DDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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