#06403E

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

Shades of Cyprus #06403E

Tints of Cyprus #06403E

Color information

#06403E (or 0x06403E) is unknown color: approx Cyprus. HEX triplet: 06, 40 and 3E. RGB value is (6,64,62). Sum of RGB (Red+Green+Blue) = 6+64+62=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #06403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06403E is #F9BFC1. Grayscale: #2E2E2E. Windows color (decimal): -16367554 or 4079622. OLE color: 4079622.

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

Color convert

RGB66462-
CMYK0.9100.030.75
HSL177.93º82.86%13.73%-
HSV(B)177.93º90.62%25.1%-
XYZ2.784.055.19-
YUV46.43136.7899.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=4.55%
G=48.48%
B=46.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664620.9100.030.75177.9382.8613.73
Hex6403E5B034Bb253e
Octal6100761330311326212316
Binary1101000000111110101101101110010111011001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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