#06693B

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

Shades of Jewel #06693B

Tints of Jewel #06693B

Color information

#06693B (or 0x06693B) is unknown color: approx Jewel. HEX triplet: 06, 69 and 3B. RGB value is (6,105,59). Sum of RGB (Red+Green+Blue) = 6+105+59=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #06693B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693B is #F996C4. Grayscale: #464646. Windows color (decimal): -16357061 or 3893510. OLE color: 3893510.

HSL color Cylindrical-coordinate representation of color #06693B: hue angle of 152.12º 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 #06693B is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB610559-
CMYK0.9400.440.59
HSL152.12º89.19%21.76%-
HSV(B)152.12º94.29%41.18%-
XYZ5.9210.465.84-
YUV70.16121.782.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 105 (41.41% from 255) = 61.76%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=3.53%
G=61.76%
B=34.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105590.9400.440.59152.1289.1921.76
Hex6693B5E02C3B985916
Octal6151731360547323013126
Binary11011010011110111011110010110011101110011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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