Html Css Color HEX #6DCEB4 Downy

📋 copy color: '#6DCEB4'

red 109 ◦ green 206 ◦ blue 180

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

Shades of Downy #6DCEB4

Tints of Downy #6DCEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 22.02%
G = 41.62%
B = 36.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#6DCEB4 (or 0x6DCEB4) is known color: Downy. HEX triplet: 6D, CE and B4. RGB value is (109,206,180). Sum of RGB (Red+Green+Blue) = 109+206+180=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEB4 is #92314B. Grayscale: #AEAEAE. Windows color (decimal): -9580876 or 11849325. OLE color: 11849325.

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

Color convert

RGB 109 206 180 -
CMYK 0.47 0 0.13 0.19
HSL 163.92º 0.5% 0.62% -
HSV(B) 163.92º 0.47% 0.81% -
XYZ 36.62 50.69 51.03 -
YUV 174.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 109 206 180 0.47 0 0.13 0.19 163.92 0.5 0.62
Hex 6D CE B4 2F 0 D 13 A4 32 3E
Octal 155 316 264 57 0 15 23 244 62 76
Binary 1101101 11001110 10110100 101111 0 1101 10011 10100100 110010 111110

Color Harmonies of #6DCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCEB4

Black with #6DCEB4

Text Example


Text Example

White with #6DCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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