#06282A

Color #06282A Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #06282A

Tints of Swamp #06282A

Color information

#06282A (or 0x06282A) is unknown color: approx Swamp. HEX triplet: 06, 28 and 2A. RGB value is (6,40,42). Sum of RGB (Red+Green+Blue) = 6+40+42=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #06282A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06282A is #F9D7D5. Grayscale: #1E1E1E. Windows color (decimal): -16373718 or 2762758. OLE color: 2762758.

HSL color Cylindrical-coordinate representation of color #06282A: hue angle of 183.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06282A is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB64042-
CMYK0.860.0500.84
HSL183.33º75%9.41%-
HSV(B)183.33º85.71%16.47%-
XYZ1.251.722.46-
YUV30.06134.74110.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 42 (16.80% from 255) = 47.73%
R=6.82%
G=45.45%
B=47.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal640420.860.0500.84183.33759.41
Hex6282A565054b74b9
Octal650521265012426711311
Binary1101010001010101010110101010101001011011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06282A; }

 p { color: rgb(6,40,42); }

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

<style>
 a { background-color: #06282A; }

 a { background-color: rgb(6,40,42); }

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

<style>
 span { border-color: #06282A; }

 span { border-color: rgb(6,40,42); }

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