Html Css Color HEX #063731 Deep Teal

📋 copy color: '#063731'

red 6 ◦ green 55 ◦ blue 49

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

Shades of Deep Teal #063731

Tints of Deep Teal #063731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50%

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

R = 5.45%
G = 50%
B = 44.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#063731 (or 0x063731) is known color: Deep Teal. HEX triplet: 06, 37 and 31. RGB value is (6,55,49). Sum of RGB (Red+Green+Blue) = 6+55+49=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #063731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063731 is #F9C8CE. Grayscale: #272727. Windows color (decimal): -16369871 or 3225350. OLE color: 3225350.

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

Color convert

RGB 6 55 49 -
CMYK 0.89 0 0.11 0.78
HSL 172.65º 0.8% 0.12% -
HSV(B) 172.65º 0.89% 0.22% -
XYZ 2 2.99 3.38 -
YUV 39.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 6 55 49 0.89 0 0.11 0.78 172.65 0.8 0.12
Hex 6 37 31 59 0 B 4E AD 50 C
Octal 6 67 61 131 0 13 116 255 120 14
Binary 110 110111 110001 1011001 0 1011 1001110 10101101 1010000 1100

Color Harmonies of #063731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063731

Black with #063731

Text Example


Text Example

White with #063731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063731; }

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

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

background-color css

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

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

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

border-color css

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

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

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