Html Css Color HEX #06483B Deep Teal

📋 copy color: '#06483B'

red 6 ◦ green 72 ◦ blue 59

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

Shades of Deep Teal #06483B

Tints of Deep Teal #06483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.55%

 BLUE value IS 59 (23.44% from 255) = 43.07%

R = 4.38%
G = 52.55%
B = 43.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#06483B (or 0x06483B) is known color: Deep Teal. HEX triplet: 06, 48 and 3B. RGB value is (6,72,59). Sum of RGB (Red+Green+Blue) = 6+72+59=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #06483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06483B is #F9B7C4. Grayscale: #323232. Windows color (decimal): -16365509 or 3885062. OLE color: 3885062.

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

Color convert

RGB 6 72 59 -
CMYK 0.92 0 0.18 0.72
HSL 168.18º 0.85% 0.15% -
HSV(B) 168.18º 0.92% 0.28% -
XYZ 3.18 4.99 4.93 -
YUV 50.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 6 72 59 0.92 0 0.18 0.72 168.18 0.85 0.15
Hex 6 48 3B 5C 0 12 48 A8 55 F
Octal 6 110 73 134 0 22 110 250 125 17
Binary 110 1001000 111011 1011100 0 10010 1001000 10101000 1010101 1111

Color Harmonies of #06483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06483B

Black with #06483B

Text Example


Text Example

White with #06483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06483B; }

 p { color: rgb(6,72,59); }

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

background-color css

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

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

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

border-color css

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

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

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