#06403F

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

Shades of Cyprus #06403F

Tints of Cyprus #06403F

Color information

#06403F (or 0x06403F) is unknown color: approx Cyprus. HEX triplet: 06, 40 and 3F. RGB value is (6,64,63). Sum of RGB (Red+Green+Blue) = 6+64+63=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #06403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403F is #F9BFC0. Grayscale: #2E2E2E. Windows color (decimal): -16367553 or 4145158. OLE color: 4145158.

HSL color Cylindrical-coordinate representation of color #06403F: hue angle of 178.97º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06403F is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB66463-
CMYK0.9100.020.75
HSL178.97º82.86%13.73%-
HSV(B)178.97º90.62%25.1%-
XYZ2.814.065.34-
YUV46.54137.2899.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 63 (25% from 255) = 47.37%
R=4.51%
G=48.12%
B=47.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664630.9100.020.75178.9782.8613.73
Hex6403F5B024Bb353e
Octal6100771330211326312316
Binary1101000000111111101101101010010111011001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06403F; }

 p { color: rgb(6,64,63); }

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

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

 a { background-color: rgb(6,64,63); }

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

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

 span { border-color: rgb(6,64,63); }

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