Html Css Color HEX #6CE1C6 Downy

📋 copy color: '#6CE1C6'

red 108 ◦ green 225 ◦ blue 198

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

Shades of Downy #6CE1C6

Tints of Downy #6CE1C6

RGB

 RED value IS 108 (42.58% from 255) = 20.34%

 GREEN value IS 225 (88.28% from 255) = 42.37%

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 20.34%
G = 42.37%
B = 37.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#6CE1C6 (or 0x6CE1C6) is known color: Downy. HEX triplet: 6C, E1 and C6. RGB value is (108,225,198). Sum of RGB (Red+Green+Blue) = 108+225+198=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1C6 is #931E39. Grayscale: #BABABA. Windows color (decimal): -9641530 or 13033836. OLE color: 13033836.

HSL color Cylindrical-coordinate representation of color #6CE1C6: hue angle of 166.15º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE1C6 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 225 198 -
CMYK 0.52 0 0.12 0.12
HSL 166.15º 0.66% 0.65% -
HSV(B) 166.15º 0.52% 0.88% -
XYZ 43.3 61.12 62.94 -
YUV 186.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 108 225 198 0.52 0 0.12 0.12 166.15 0.66 0.65
Hex 6C E1 C6 34 0 C C A6 42 41
Octal 154 341 306 64 0 14 14 246 102 101
Binary 1101100 11100001 11000110 110100 0 1100 1100 10100110 1000010 1000001

Color Harmonies of #6CE1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1C6

Black with #6CE1C6

Text Example


Text Example

White with #6CE1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,225,198); }

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

background-color css

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

 a { background-color: rgb(108,225,198); }

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

border-color css

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

 span { border-color: rgb(108,225,198); }

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