Html Css Color HEX #6EC9C4 Downy

📋 copy color: '#6EC9C4'

red 110 ◦ green 201 ◦ blue 196

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

Shades of Downy #6EC9C4

Tints of Downy #6EC9C4

RGB

 RED value IS 110 (43.36% from 255) = 21.7%

 GREEN value IS 201 (78.91% from 255) = 39.64%

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 21.7%
G = 39.64%
B = 38.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#6EC9C4 (or 0x6EC9C4) is known color: Downy. HEX triplet: 6E, C9 and C4. RGB value is (110,201,196). Sum of RGB (Red+Green+Blue) = 110+201+196=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC9C4 is #91363B. Grayscale: #ADADAD. Windows color (decimal): -9516604 or 12896622. OLE color: 12896622.

HSL color Cylindrical-coordinate representation of color #6EC9C4: hue angle of 176.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC9C4 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 201 196 -
CMYK 0.45 0 0.02 0.21
HSL 176.7º 0.46% 0.61% -
HSV(B) 176.7º 0.45% 0.79% -
XYZ 37.28 49.07 59.73 -
YUV 173.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 110 201 196 0.45 0 0.02 0.21 176.7 0.46 0.61
Hex 6E C9 C4 2D 0 2 15 B1 2E 3D
Octal 156 311 304 55 0 2 25 261 56 75
Binary 1101110 11001001 11000100 101101 0 10 10101 10110001 101110 111101

Color Harmonies of #6EC9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC9C4

Black with #6EC9C4

Text Example


Text Example

White with #6EC9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,201,196); }

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

background-color css

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

 a { background-color: rgb(110,201,196); }

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

border-color css

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

 span { border-color: rgb(110,201,196); }

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