#066343

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

Shades of Jewel #066343

Tints of Jewel #066343

Color information

#066343 (or 0x066343) is unknown color: approx Jewel. HEX triplet: 06, 63 and 43. RGB value is (6,99,67). Sum of RGB (Red+Green+Blue) = 6+99+67=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #066343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066343 is #F99CBC. Grayscale: #434343. Windows color (decimal): -16358589 or 4416262. OLE color: 4416262.

HSL color Cylindrical-coordinate representation of color #066343: hue angle of 159.35º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066343 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB69967-
CMYK0.9400.320.61
HSL159.35º88.57%20.59%-
HSV(B)159.35º93.94%38.82%-
XYZ5.559.376.83-
YUV67.54127.6984.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=3.49%
G=57.56%
B=38.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699670.9400.320.61159.3588.5720.59
Hex663435E0203D9f5915
Octal61431031360407523713125
Binary110110001110000111011110010000011110110011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066343; }

 p { color: rgb(6,99,67); }

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

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

 a { background-color: rgb(6,99,67); }

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

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

 span { border-color: rgb(6,99,67); }

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