Html Css Color HEX #067283 Teal

📋 copy color: '#067283'

red 6 ◦ green 114 ◦ blue 131

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

Shades of Teal #067283

Tints of Teal #067283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

 BLUE value IS 131 (51.56% from 255) = 52.19%

R = 2.39%
G = 45.42%
B = 52.19%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067283 (or 0x067283) is known color: Teal. HEX triplet: 06, 72 and 83. RGB value is (6,114,131). Sum of RGB (Red+Green+Blue) = 6+114+131=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #067283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067283 is #F98D7C. Grayscale: #535353. Windows color (decimal): -16354685 or 8614406. OLE color: 8614406.

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

Color convert

RGB 6 114 131 -
CMYK 0.95 0.13 0 0.49
HSL 188.16º 0.91% 0.27% -
HSV(B) 188.16º 0.95% 0.51% -
XYZ 10.19 13.71 23.58 -
YUV 83.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 6 114 131 0.95 0.13 0 0.49 188.16 0.91 0.27
Hex 6 72 83 5F D 0 31 BC 5B 1B
Octal 6 162 203 137 15 0 61 274 133 33
Binary 110 1110010 10000011 1011111 1101 0 110001 10111100 1011011 11011

Color Harmonies of #067283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067283

Black with #067283

Text Example


Text Example

White with #067283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067283; }

 p { color: rgb(6,114,131); }

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

background-color css

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

 a { background-color: rgb(6,114,131); }

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

border-color css

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

 span { border-color: rgb(6,114,131); }

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