Html Css Color HEX #066343 Jewel

📋 copy color: '#066343'

red 6 ◦ green 99 ◦ blue 67

#066343
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #066343

Tints of Jewel #066343

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 value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#066343 (or 0x066343) is known color: 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

RGB 6 99 67 -
CMYK 0.94 0 0.32 0.61
HSL 159.35º 0.89% 0.21% -
HSV(B) 159.35º 0.94% 0.39% -
XYZ 5.55 9.37 6.83 -
YUV 67.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 6 99 67 0.94 0 0.32 0.61 159.35 0.89 0.21
Hex 6 63 43 5E 0 20 3D 9F 59 15
Octal 6 143 103 136 0 40 75 237 131 25
Binary 110 1100011 1000011 1011110 0 100000 111101 10011111 1011001 10101

Color Harmonies of #066343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066343

Black with #066343

Text Example


Text Example

White with #066343

Text Example


Text Example

HTML Codes & Css Web 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>