#063841

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

Shades of Cyprus #063841

Tints of Cyprus #063841

Color information

#063841 (or 0x063841) is unknown color: approx Cyprus. HEX triplet: 06, 38 and 41. RGB value is (6,56,65). Sum of RGB (Red+Green+Blue) = 6+56+65=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #063841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063841 is #F9C7BE. Grayscale: #292929. Windows color (decimal): -16369599 or 4274182. OLE color: 4274182.

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

Color convert

RGB65665-
CMYK0.910.1400.75
HSL189.15º83.1%13.92%-
HSV(B)189.15º90.77%25.49%-
XYZ2.443.255.5-
YUV42.08140.94102.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=4.72%
G=44.09%
B=51.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656650.910.1400.75189.1583.113.92
Hex638415BE04Bbd53e
Octal67010113316011327512316
Binary110111000100000110110111110010010111011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063841; }

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

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

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

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

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

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

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

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