Html Css Color HEX #067584 Teal

📋 copy color: '#067584'

red 6 ◦ green 117 ◦ blue 132

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

Shades of Teal #067584

Tints of Teal #067584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 2.35%
G = 45.88%
B = 51.76%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#067584 (or 0x067584) is known color: Teal. HEX triplet: 06, 75 and 84. RGB value is (6,117,132). Sum of RGB (Red+Green+Blue) = 6+117+132=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #067584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067584 is #F98A7B. Grayscale: #555555. Windows color (decimal): -16353916 or 8680710. OLE color: 8680710.

HSL color Cylindrical-coordinate representation of color #067584: hue angle of 187.14º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067584 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 117 132 -
CMYK 0.95 0.11 0 0.48
HSL 187.14º 0.91% 0.27% -
HSV(B) 187.14º 0.95% 0.52% -
XYZ 10.6 14.43 24.06 -
YUV 85.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 6 117 132 0.95 0.11 0 0.48 187.14 0.91 0.27
Hex 6 75 84 5F B 0 30 BB 5B 1B
Octal 6 165 204 137 13 0 60 273 133 33
Binary 110 1110101 10000100 1011111 1011 0 110000 10111011 1011011 11011

Color Harmonies of #067584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067584

Black with #067584

Text Example


Text Example

White with #067584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067584; }

 p { color: rgb(6,117,132); }

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

background-color css

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

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

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

border-color css

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

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

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