#6bcdcc

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

Shades of Downy #6BCDCC

Tints of Downy #6BCDCC

Color information

#6BCDCC (or 0x6BCDCC) is unknown color: approx Downy. HEX triplet: 6B, CD and CC. RGB value is (107,205,204). Sum of RGB (Red+Green+Blue) = 107+205+204=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDCC is #943233. Grayscale: #AFAFAF. Windows color (decimal): -9712180 or 13421931. OLE color: 13421931.

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

Color convert

RGB107205204-
CMYK0.4800.000.20
HSL179.39º49.49%61.18%-
HSV(B)179.39º47.8%80.39%-
XYZ38.7951.1564.95-
YUV175.58144.0379.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.74%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=20.74%
G=39.73%
B=39.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072052040.4800.000.20179.3949.4961.18
Hex6BCDCC300014b3313d
Octal1533153146000242636175
Binary11010111100110111001100110000001010010110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bcdcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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