Html Css Color HEX #067685 Teal

📋 copy color: '#067685'

red 6 ◦ green 118 ◦ blue 133

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

Shades of Teal #067685

Tints of Teal #067685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

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

R = 2.33%
G = 45.91%
B = 51.75%

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

#067685 (or 0x067685) is known color: Teal. HEX triplet: 06, 76 and 85. RGB value is (6,118,133). Sum of RGB (Red+Green+Blue) = 6+118+133=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #067685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067685 is #F9897A. Grayscale: #565656. Windows color (decimal): -16353659 or 8746502. OLE color: 8746502.

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

Color convert

RGB 6 118 133 -
CMYK 0.95 0.11 0 0.48
HSL 187.09º 0.91% 0.27% -
HSV(B) 187.09º 0.95% 0.52% -
XYZ 10.79 14.69 24.46 -
YUV 86.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 6 118 133 0.95 0.11 0 0.48 187.09 0.91 0.27
Hex 6 76 85 5F B 0 30 BB 5B 1B
Octal 6 166 205 137 13 0 60 273 133 33
Binary 110 1110110 10000101 1011111 1011 0 110000 10111011 1011011 11011

Color Harmonies of #067685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067685

Black with #067685

Text Example


Text Example

White with #067685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067685; }

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

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

background-color css

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

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

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

border-color css

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

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

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