#06693F

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

Shades of Jewel #06693F

Tints of Jewel #06693F

Color information

#06693F (or 0x06693F) is unknown color: approx Jewel. HEX triplet: 06, 69 and 3F. RGB value is (6,105,63). Sum of RGB (Red+Green+Blue) = 6+105+63=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #06693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693F is #F996C0. Grayscale: #464646. Windows color (decimal): -16357057 or 4155654. OLE color: 4155654.

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

Color convert

RGB610563-
CMYK0.9400.40.59
HSL154.55º89.19%21.76%-
HSV(B)154.55º94.29%41.18%-
XYZ6.0210.56.41-
YUV70.61123.781.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 105 (41.41% from 255) = 60.34%
BLUE value IS 63 (25% from 255) = 36.21%
R=3.45%
G=60.34%
B=36.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105630.9400.40.59154.5589.1921.76
Hex6693F5E0283B9b5916
Octal6151771360507323313126
Binary11011010011111111011110010100011101110011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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