Html Css Color HEX #062525 Swamp

📋 copy color: '#062525'

red 6 ◦ green 37 ◦ blue 37

#062525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #062525

Tints of Swamp #062525

RGB

 RED value IS 6 (2.73% from 255) = 7.5%

 GREEN value IS 37 (14.84% from 255) = 46.25%

 BLUE value IS 37 (14.84% from 255) = 46.25%

R = 7.5%
G = 46.25%
B = 46.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#062525 (or 0x062525) is known color: Swamp. HEX triplet: 06, 25 and 25. RGB value is (6,37,37). Sum of RGB (Red+Green+Blue) = 6+37+37=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #062525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062525 is #F9DADA. Grayscale: #1B1B1B. Windows color (decimal): -16374491 or 2434310. OLE color: 2434310.

HSL color Cylindrical-coordinate representation of color #062525: hue angle of 180º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062525 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 37 37 -
CMYK 0.84 0 0 0.85
HSL 180º 0.72% 0.08% -
HSV(B) 180º 0.84% 0.15% -
XYZ 1.07 1.5 1.98 -
YUV 27.73 133.23 112.5 -
System Red Green Blue C M Y K H S L
Decimal 6 37 37 0.84 0 0 0.85 180 0.72 0.08
Hex 6 25 25 54 0 0 55 B4 48 8
Octal 6 45 45 124 0 0 125 264 110 10
Binary 110 100101 100101 1010100 0 0 1010101 10110100 1001000 1000

Color Harmonies of #062525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062525

Black with #062525

Text Example


Text Example

White with #062525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062525; }

 p { color: rgb(6,37,37); }

 H1.HeaderClassName
 {
   color: #062525;
 }
 .AnyTagClassName
 {
   color: #062525;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #062525;
 }
 .BgClassName
 {
   background-color: #062525;
 }
</style>

border-color css

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

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

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