#6FCDBE

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

Shades of Downy #6FCDBE

Tints of Downy #6FCDBE

Color information

#6FCDBE (or 0x6FCDBE) is unknown color: approx Downy. HEX triplet: 6F, CD and BE. RGB value is (111,205,190). Sum of RGB (Red+Green+Blue) = 111+205+190=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDBE is #903241. Grayscale: #AFAFAF. Windows color (decimal): -9450050 or 12504431. OLE color: 12504431.

HSL color Cylindrical-coordinate representation of color #6FCDBE: hue angle of 170.43º 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 #6FCDBE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB111205190-
CMYK0.4600.070.20
HSL170.43º48.45%61.96%-
HSV(B)170.43º45.85%80.39%-
XYZ37.6850.7656.53-
YUV175.18136.3682.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.94%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=21.94%
G=40.51%
B=37.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051900.4600.070.20170.4348.4561.96
Hex6FCDBE2E0714aa303e
Octal1573152765607242526076
Binary1101111110011011011111010111001111010010101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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