#6BCDCB

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

Shades of Downy #6BCDCB

Tints of Downy #6BCDCB

Color information

#6BCDCB (or 0x6BCDCB) is unknown color: approx Downy. HEX triplet: 6B, CD and CB. RGB value is (107,205,203). Sum of RGB (Red+Green+Blue) = 107+205+203=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDCB is #943234. Grayscale: #AFAFAF. Windows color (decimal): -9712181 or 13356395. OLE color: 13356395.

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

Color convert

RGB107205203-
CMYK0.4800.010.20
HSL178.78º49.49%61.18%-
HSV(B)178.78º47.8%80.39%-
XYZ38.6751.164.32-
YUV175.47143.5379.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=20.78%
G=39.81%
B=39.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072052030.4800.010.20178.7849.4961.18
Hex6BCDCB300114b3313d
Octal1533153136001242636175
Binary11010111100110111001011110000011010010110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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