Html Css Color HEX #067585 Teal

📋 copy color: '#067585'

red 6 ◦ green 117 ◦ blue 133

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

Shades of Teal #067585

Tints of Teal #067585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 2.34%
G = 45.7%
B = 51.95%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#067585 (or 0x067585) is known color: Teal. HEX triplet: 06, 75 and 85. RGB value is (6,117,133). Sum of RGB (Red+Green+Blue) = 6+117+133=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #067585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067585 is #F98A7A. Grayscale: #555555. Windows color (decimal): -16353915 or 8746246. OLE color: 8746246.

HSL color Cylindrical-coordinate representation of color #067585: hue angle of 187.56º 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 #067585 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 117 133 -
CMYK 0.95 0.12 0 0.48
HSL 187.56º 0.91% 0.27% -
HSV(B) 187.56º 0.95% 0.52% -
XYZ 10.67 14.45 24.42 -
YUV 85.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 6 117 133 0.95 0.12 0 0.48 187.56 0.91 0.27
Hex 6 75 85 5F C 0 30 BC 5B 1B
Octal 6 165 205 137 14 0 60 274 133 33
Binary 110 1110101 10000101 1011111 1100 0 110000 10111100 1011011 11011

Color Harmonies of #067585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067585

Black with #067585

Text Example


Text Example

White with #067585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067585; }

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

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

background-color css

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

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

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

border-color css

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

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

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