#6FCDC4

Color #6FCDC4 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6FCDC4

Tints of Downy #6FCDC4

Color information

#6FCDC4 (or 0x6FCDC4) is unknown color: approx Downy. HEX triplet: 6F, CD and C4. RGB value is (111,205,196). Sum of RGB (Red+Green+Blue) = 111+205+196=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC4 is #90323B. Grayscale: #AFAFAF. Windows color (decimal): -9450044 or 12897647. OLE color: 12897647.

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

Color convert

RGB111205196-
CMYK0.4600.040.20
HSL174.26º48.45%61.96%-
HSV(B)174.26º45.85%80.39%-
XYZ38.3551.0360.05-
YUV175.87139.3681.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.68%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=21.68%
G=40.04%
B=38.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051960.4600.040.20174.2648.4561.96
Hex6FCDC42E0414ae303e
Octal1573153045604242566076
Binary1101111110011011100010010111001001010010101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,205,196); }

 H1.HeaderClassName
 {
   color: #6FCDC4;
 }
 .AnyTagClassName
 {
   color: #6FCDC4;
 }
</style>
background-color css

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

 a { background-color: rgb(111,205,196); }

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

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

 span { border-color: rgb(111,205,196); }

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