Html Css Color HEX #6DCCC4 Downy

📋 copy color: '#6DCCC4'

red 109 ◦ green 204 ◦ blue 196

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

Shades of Downy #6DCCC4

Tints of Downy #6DCCC4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

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

R = 21.41%
G = 40.08%
B = 38.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#6DCCC4 (or 0x6DCCC4) is known color: Downy. HEX triplet: 6D, CC and C4. RGB value is (109,204,196). Sum of RGB (Red+Green+Blue) = 109+204+196=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCC4 is #92333B. Grayscale: #AEAEAE. Windows color (decimal): -9581372 or 12897389. OLE color: 12897389.

HSL color Cylindrical-coordinate representation of color #6DCCC4: hue angle of 174.95º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCC4 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 204 196 -
CMYK 0.47 0 0.04 0.2
HSL 174.95º 0.48% 0.61% -
HSV(B) 174.95º 0.47% 0.8% -
XYZ 37.86 50.42 59.96 -
YUV 174.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 109 204 196 0.47 0 0.04 0.2 174.95 0.48 0.61
Hex 6D CC C4 2F 0 4 14 AF 30 3D
Octal 155 314 304 57 0 4 24 257 60 75
Binary 1101101 11001100 11000100 101111 0 100 10100 10101111 110000 111101

Color Harmonies of #6DCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCC4

Black with #6DCCC4

Text Example


Text Example

White with #6DCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,204,196); }

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

background-color css

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

 a { background-color: rgb(109,204,196); }

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

border-color css

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

 span { border-color: rgb(109,204,196); }

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