Html Css Color HEX #063531 Deep Teal

📋 copy color: '#063531'

red 6 ◦ green 53 ◦ blue 49

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

Shades of Deep Teal #063531

Tints of Deep Teal #063531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.07%

 BLUE value IS 49 (19.53% from 255) = 45.37%

R = 5.56%
G = 49.07%
B = 45.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#063531 (or 0x063531) is known color: Deep Teal. HEX triplet: 06, 35 and 31. RGB value is (6,53,49). Sum of RGB (Red+Green+Blue) = 6+53+49=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #063531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063531 is #F9CACE. Grayscale: #262626. Windows color (decimal): -16370383 or 3224838. OLE color: 3224838.

HSL color Cylindrical-coordinate representation of color #063531: hue angle of 174.89º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063531 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 53 49 -
CMYK 0.89 0 0.08 0.79
HSL 174.89º 0.8% 0.12% -
HSV(B) 174.89º 0.89% 0.21% -
XYZ 1.9 2.81 3.35 -
YUV 38.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 6 53 49 0.89 0 0.08 0.79 174.89 0.8 0.12
Hex 6 35 31 59 0 8 4F AF 50 C
Octal 6 65 61 131 0 10 117 257 120 14
Binary 110 110101 110001 1011001 0 1000 1001111 10101111 1010000 1100

Color Harmonies of #063531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063531

Black with #063531

Text Example


Text Example

White with #063531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063531; }

 p { color: rgb(6,53,49); }

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

background-color css

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

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

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

border-color css

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

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

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