Html Css Color HEX #6DCEC1 Downy

📋 copy color: '#6DCEC1'

red 109 ◦ green 206 ◦ blue 193

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

Shades of Downy #6DCEC1

Tints of Downy #6DCEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

 BLUE value IS 193 (75.78% from 255) = 37.99%

R = 21.46%
G = 40.55%
B = 37.99%

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

#6DCEC1 (or 0x6DCEC1) is known color: Downy. HEX triplet: 6D, CE and C1. RGB value is (109,206,193). Sum of RGB (Red+Green+Blue) = 109+206+193=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEC1 is #92313E. Grayscale: #AFAFAF. Windows color (decimal): -9580863 or 12701293. OLE color: 12701293.

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

Color convert

RGB 109 206 193 -
CMYK 0.47 0 0.06 0.19
HSL 171.96º 0.5% 0.62% -
HSV(B) 171.96º 0.47% 0.81% -
XYZ 38 51.24 58.34 -
YUV 175.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 109 206 193 0.47 0 0.06 0.19 171.96 0.5 0.62
Hex 6D CE C1 2F 0 6 13 AC 32 3E
Octal 155 316 301 57 0 6 23 254 62 76
Binary 1101101 11001110 11000001 101111 0 110 10011 10101100 110010 111110

Color Harmonies of #6DCEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCEC1

Black with #6DCEC1

Text Example


Text Example

White with #6DCEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,206,193); }

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

background-color css

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

 a { background-color: rgb(109,206,193); }

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

border-color css

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

 span { border-color: rgb(109,206,193); }

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