#066243

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

Shades of Jewel #066243

Tints of Jewel #066243

Color information

#066243 (or 0x066243) is unknown color: approx Jewel. HEX triplet: 06, 62 and 43. RGB value is (6,98,67). Sum of RGB (Red+Green+Blue) = 6+98+67=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #066243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066243 is #F99DBC. Grayscale: #424242. Windows color (decimal): -16358845 or 4416006. OLE color: 4416006.

HSL color Cylindrical-coordinate representation of color #066243: hue angle of 159.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066243 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB69867-
CMYK0.9400.320.62
HSL159.78º88.46%20.39%-
HSV(B)159.78º93.88%38.43%-
XYZ5.469.186.79-
YUV66.96128.0284.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=3.51%
G=57.31%
B=39.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698670.9400.320.62159.7888.4620.39
Hex662435E0203Ea05814
Octal61421031360407624013024
Binary110110001010000111011110010000011111010100000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066243; }

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

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

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

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

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

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

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

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