Html Css Color HEX #6CC9C5 Downy

📋 copy color: '#6CC9C5'

red 108 ◦ green 201 ◦ blue 197

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

Shades of Downy #6CC9C5

Tints of Downy #6CC9C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 21.34%
G = 39.72%
B = 38.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#6CC9C5 (or 0x6CC9C5) is known color: Downy. HEX triplet: 6C, C9 and C5. RGB value is (108,201,197). Sum of RGB (Red+Green+Blue) = 108+201+197=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC9C5 is #93363A. Grayscale: #ACACAC. Windows color (decimal): -9647675 or 12962156. OLE color: 12962156.

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

Color convert

RGB 108 201 197 -
CMYK 0.46 0 0.02 0.21
HSL 177.42º 0.46% 0.61% -
HSV(B) 177.42º 0.46% 0.79% -
XYZ 37.15 48.99 60.32 -
YUV 172.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 108 201 197 0.46 0 0.02 0.21 177.42 0.46 0.61
Hex 6C C9 C5 2E 0 2 15 B1 2E 3D
Octal 154 311 305 56 0 2 25 261 56 75
Binary 1101100 11001001 11000101 101110 0 10 10101 10110001 101110 111101

Color Harmonies of #6CC9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC9C5

Black with #6CC9C5

Text Example


Text Example

White with #6CC9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,201,197); }

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

background-color css

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

 a { background-color: rgb(108,201,197); }

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

border-color css

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

 span { border-color: rgb(108,201,197); }

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