Html Css Color HEX #6CE1C0 Downy

📋 copy color: '#6CE1C0'

red 108 ◦ green 225 ◦ blue 192

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

Shades of Downy #6CE1C0

Tints of Downy #6CE1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 20.57%
G = 42.86%
B = 36.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#6CE1C0 (or 0x6CE1C0) is known color: Downy. HEX triplet: 6C, E1 and C0. RGB value is (108,225,192). Sum of RGB (Red+Green+Blue) = 108+225+192=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1C0 is #931E3F. Grayscale: #BABABA. Windows color (decimal): -9641536 or 12640620. OLE color: 12640620.

HSL color Cylindrical-coordinate representation of color #6CE1C0: hue angle of 163.08º 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 #6CE1C0 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 225 192 -
CMYK 0.52 0 0.15 0.12
HSL 163.08º 0.66% 0.65% -
HSV(B) 163.08º 0.52% 0.88% -
XYZ 42.62 60.84 59.37 -
YUV 186.26 131.24 72.18 -
System Red Green Blue C M Y K H S L
Decimal 108 225 192 0.52 0 0.15 0.12 163.08 0.66 0.65
Hex 6C E1 C0 34 0 F C A3 42 41
Octal 154 341 300 64 0 17 14 243 102 101
Binary 1101100 11100001 11000000 110100 0 1111 1100 10100011 1000010 1000001

Color Harmonies of #6CE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1C0

Black with #6CE1C0

Text Example


Text Example

White with #6CE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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