#06393A

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

Shades of Cyprus #06393A

Tints of Cyprus #06393A

Color information

#06393A (or 0x06393A) is unknown color: approx Cyprus. HEX triplet: 06, 39 and 3A. RGB value is (6,57,58). Sum of RGB (Red+Green+Blue) = 6+57+58=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #06393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06393A is #F9C6C5. Grayscale: #292929. Windows color (decimal): -16369350 or 3815686. OLE color: 3815686.

HSL color Cylindrical-coordinate representation of color #06393A: hue angle of 181.15º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06393A is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB65758-
CMYK0.900.0200.77
HSL181.15º81.25%12.55%-
HSV(B)181.15º89.66%22.75%-
XYZ2.33.274.51-
YUV41.86137.1102.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=4.96%
G=47.11%
B=47.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal657580.900.0200.77181.1581.2512.55
Hex6393A5A204Db551d
Octal671721322011526512115
Binary110111001111010101101010010011011011010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06393A; }

 p { color: rgb(6,57,58); }

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

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

 a { background-color: rgb(6,57,58); }

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

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

 span { border-color: rgb(6,57,58); }

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