#6FD6CC

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

Shades of Downy #6FD6CC

Tints of Downy #6FD6CC

Color information

#6FD6CC (or 0x6FD6CC) is unknown color: approx Downy. HEX triplet: 6F, D6 and CC. RGB value is (111,214,204). Sum of RGB (Red+Green+Blue) = 111+214+204=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD6CC is #902933. Grayscale: #B6B6B6. Windows color (decimal): -9447732 or 13424239. OLE color: 13424239.

HSL color Cylindrical-coordinate representation of color #6FD6CC: hue angle of 174.17º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD6CC is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB111214204-
CMYK0.4800.050.16
HSL174.17º55.68%63.73%-
HSV(B)174.17º48.13%83.92%-
XYZ41.555.8365.72-
YUV182.06140.3877.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=20.98%
G=40.45%
B=38.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112142040.4800.050.16174.1755.6863.73
Hex6FD6CC300510ae3840
Octal15732631460052025670100
Binary11011111101011011001100110000010110000101011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,214,204); }

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

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

 a { background-color: rgb(111,214,204); }

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

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

 span { border-color: rgb(111,214,204); }

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