#06693C

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

Shades of Jewel #06693C

Tints of Jewel #06693C

Color information

#06693C (or 0x06693C) is unknown color: approx Jewel. HEX triplet: 06, 69 and 3C. RGB value is (6,105,60). Sum of RGB (Red+Green+Blue) = 6+105+60=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #06693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693C is #F996C3. Grayscale: #464646. Windows color (decimal): -16357060 or 3959046. OLE color: 3959046.

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

Color convert

RGB610560-
CMYK0.9400.430.59
HSL152.73º89.19%21.76%-
HSV(B)152.73º94.29%41.18%-
XYZ5.9410.475.98-
YUV70.27122.282.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=3.51%
G=61.40%
B=35.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105600.9400.430.59152.7389.1921.76
Hex6693C5E02B3B995916
Octal6151741360537323113126
Binary11011010011111001011110010101111101110011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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