#063840

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

Shades of Cyprus #063840

Tints of Cyprus #063840

Color information

#063840 (or 0x063840) is unknown color: approx Cyprus. HEX triplet: 06, 38 and 40. RGB value is (6,56,64). Sum of RGB (Red+Green+Blue) = 6+56+64=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #063840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063840 is #F9C7BF. Grayscale: #292929. Windows color (decimal): -16369600 or 4208646. OLE color: 4208646.

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

Color convert

RGB65664-
CMYK0.910.1300.75
HSL188.28º82.86%13.73%-
HSV(B)188.28º90.62%25.1%-
XYZ2.413.245.35-
YUV41.96140.44102.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=4.76%
G=44.44%
B=50.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656640.910.1300.75188.2882.8613.73
Hex638405BD04Bbc53e
Octal67010013315011327412316
Binary110111000100000010110111101010010111011110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063840; }

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

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

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

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

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

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

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

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