#063C41

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

Shades of Cyprus #063C41

Tints of Cyprus #063C41

Color information

#063C41 (or 0x063C41) is unknown color: approx Cyprus. HEX triplet: 06, 3C and 41. RGB value is (6,60,65). Sum of RGB (Red+Green+Blue) = 6+60+65=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #063C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C41 is #F9C3BE. Grayscale: #2C2C2C. Windows color (decimal): -16368575 or 4275206. OLE color: 4275206.

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

Color convert

RGB66065-
CMYK0.910.0800.75
HSL185.08º83.1%13.92%-
HSV(B)185.08º90.77%25.49%-
XYZ2.653.655.57-
YUV44.42139.61100.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=4.58%
G=45.80%
B=49.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal660650.910.0800.75185.0883.113.92
Hex63C415B804Bb953e
Octal67410113310011327112316
Binary110111100100000110110111000010010111011100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063C41; }

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

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

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

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

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

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

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

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