#06693A

Color #06693A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #06693A

Tints of Jewel #06693A

Color information

#06693A (or 0x06693A) is unknown color: approx Jewel. HEX triplet: 06, 69 and 3A. RGB value is (6,105,58). Sum of RGB (Red+Green+Blue) = 6+105+58=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #06693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693A is #F996C5. Grayscale: #464646. Windows color (decimal): -16357062 or 3827974. OLE color: 3827974.

HSL color Cylindrical-coordinate representation of color #06693A: hue angle of 151.52º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06693A is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB610558-
CMYK0.9400.450.59
HSL151.52º89.19%21.76%-
HSV(B)151.52º94.29%41.18%-
XYZ5.8910.455.71-
YUV70.04121.282.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 105 (41.41% from 255) = 62.13%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=3.55%
G=62.13%
B=34.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105580.9400.450.59151.5289.1921.76
Hex6693A5E02D3B985916
Octal6151721360557323013126
Binary11011010011110101011110010110111101110011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06693A; }

 p { color: rgb(6,105,58); }

 H1.HeaderClassName
 {
   color: #06693A;
 }
 .AnyTagClassName
 {
   color: #06693A;
 }
</style>
background-color css

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

 a { background-color: rgb(6,105,58); }

 div.DivClassName
 {
   background-color: #06693A;
 }
 .BgClassName
 {
   background-color: #06693A;
 }
</style>
border-color css

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

 span { border-color: rgb(6,105,58); }

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