#06403A

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

Shades of Cyprus #06403A

Tints of Cyprus #06403A

Color information

#06403A (or 0x06403A) is unknown color: approx Cyprus. HEX triplet: 06, 40 and 3A. RGB value is (6,64,58). Sum of RGB (Red+Green+Blue) = 6+64+58=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #06403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403A is #F9BFC5. Grayscale: #2D2D2D. Windows color (decimal): -16367558 or 3817478. OLE color: 3817478.

HSL color Cylindrical-coordinate representation of color #06403A: hue angle of 173.79º 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 #06403A is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB66458-
CMYK0.9100.090.75
HSL173.79º82.86%13.73%-
HSV(B)173.79º90.62%25.1%-
XYZ2.674.014.64-
YUV45.97134.7899.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=4.69%
G=50%
B=45.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664580.9100.090.75173.7982.8613.73
Hex6403A5B094Bae53e
Octal61007213301111325612316
Binary110100000011101010110110100110010111010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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