#063941

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

Shades of Cyprus #063941

Tints of Cyprus #063941

Color information

#063941 (or 0x063941) is unknown color: approx Cyprus. HEX triplet: 06, 39 and 41. RGB value is (6,57,65). Sum of RGB (Red+Green+Blue) = 6+57+65=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #063941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063941 is #F9C6BE. Grayscale: #2A2A2A. Windows color (decimal): -16369343 or 4274438. OLE color: 4274438.

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

Color convert

RGB65765-
CMYK0.910.1200.75
HSL188.14º83.1%13.92%-
HSV(B)188.14º90.77%25.49%-
XYZ2.493.355.52-
YUV42.66140.6101.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 65 (25.78% from 255) = 50.78%
R=4.69%
G=44.53%
B=50.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal657650.910.1200.75188.1483.113.92
Hex639415BC04Bbc53e
Octal67110113314011327412316
Binary110111001100000110110111100010010111011110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063941; }

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

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

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

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

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

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

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

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