Html Css Color HEX #06613F Jewel

📋 copy color: '#06613F'

red 6 ◦ green 97 ◦ blue 63

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

Shades of Jewel #06613F

Tints of Jewel #06613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 63 (25% from 255) = 37.95%

R = 3.61%
G = 58.43%
B = 37.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#06613F (or 0x06613F) is known color: Jewel. HEX triplet: 06, 61 and 3F. RGB value is (6,97,63). Sum of RGB (Red+Green+Blue) = 6+97+63=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #06613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06613F is #F99EC0. Grayscale: #414141. Windows color (decimal): -16359105 or 4153606. OLE color: 4153606.

HSL color Cylindrical-coordinate representation of color #06613F: hue angle of 157.58º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06613F is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 63 -
CMYK 0.94 0 0.35 0.62
HSL 157.58º 0.88% 0.2% -
HSV(B) 157.58º 0.94% 0.38% -
XYZ 5.25 8.95 6.15 -
YUV 65.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 6 97 63 0.94 0 0.35 0.62 157.58 0.88 0.2
Hex 6 61 3F 5E 0 23 3E 9E 58 14
Octal 6 141 77 136 0 43 76 236 130 24
Binary 110 1100001 111111 1011110 0 100011 111110 10011110 1011000 10100

Color Harmonies of #06613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06613F

Black with #06613F

Text Example


Text Example

White with #06613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06613F; }

 p { color: rgb(6,97,63); }

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

background-color css

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

 a { background-color: rgb(6,97,63); }

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

border-color css

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

 span { border-color: rgb(6,97,63); }

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