#06693E

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

Shades of Jewel #06693E

Tints of Jewel #06693E

Color information

#06693E (or 0x06693E) is unknown color: approx Jewel. HEX triplet: 06, 69 and 3E. RGB value is (6,105,62). Sum of RGB (Red+Green+Blue) = 6+105+62=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #06693E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693E is #F996C1. Grayscale: #464646. Windows color (decimal): -16357058 or 4090118. OLE color: 4090118.

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

Color convert

RGB610562-
CMYK0.9400.410.59
HSL153.94º89.19%21.76%-
HSV(B)153.94º94.29%41.18%-
XYZ610.496.27-
YUV70.5123.282-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 105 (41.41% from 255) = 60.69%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=3.47%
G=60.69%
B=35.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105620.9400.410.59153.9489.1921.76
Hex6693E5E0293B9a5916
Octal6151761360517323213126
Binary11011010011111101011110010100111101110011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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