Html Css Color HEX #6DE7CF Downy

📋 copy color: '#6DE7CF'

red 109 ◦ green 231 ◦ blue 207

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

Shades of Downy #6DE7CF

Tints of Downy #6DE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.23%

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

R = 19.93%
G = 42.23%
B = 37.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#6DE7CF (or 0x6DE7CF) is known color: Downy. HEX triplet: 6D, E7 and CF. RGB value is (109,231,207). Sum of RGB (Red+Green+Blue) = 109+231+207=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7CF is #921830. Grayscale: #BFBFBF. Windows color (decimal): -9574449 or 13625197. OLE color: 13625197.

HSL color Cylindrical-coordinate representation of color #6DE7CF: hue angle of 168.2º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7CF is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 109 231 207 -
CMYK 0.53 0 0.10 0.09
HSL 168.2º 0.72% 0.67% -
HSV(B) 168.2º 0.53% 0.91% -
XYZ 46.15 64.91 69.13 -
YUV 191.79 136.58 68.95 -
System Red Green Blue C M Y K H S L
Decimal 109 231 207 0.53 0 0.10 0.09 168.2 0.72 0.67
Hex 6D E7 CF 35 0 A 9 A8 48 43
Octal 155 347 317 65 0 12 11 250 110 103
Binary 1101101 11100111 11001111 110101 0 1010 1001 10101000 1001000 1000011

Color Harmonies of #6DE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE7CF

Black with #6DE7CF

Text Example


Text Example

White with #6DE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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