#6BCACD

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

Shades of Downy #6BCACD

Tints of Downy #6BCACD

Color information

#6BCACD (or 0x6BCACD) is unknown color: approx Downy. HEX triplet: 6B, CA and CD. RGB value is (107,202,205). Sum of RGB (Red+Green+Blue) = 107+202+205=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCACD is #943532. Grayscale: #ADADAD. Windows color (decimal): -9712947 or 13486699. OLE color: 13486699.

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

Color convert

RGB107202205-
CMYK0.480.0100.20
HSL181.84º49.49%61.18%-
HSV(B)181.84º47.8%80.39%-
XYZ38.249.7765.35-
YUV173.94145.5380.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.82%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=20.82%
G=39.30%
B=39.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072022050.480.0100.20181.8449.4961.18
Hex6BCACD301014b6313d
Octal1533123156010242666175
Binary11010111100101011001101110000101010010110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,205); }

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

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

 a { background-color: rgb(107,202,205); }

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

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

 span { border-color: rgb(107,202,205); }

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