#06413F

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

Shades of Cyprus #06413F

Tints of Cyprus #06413F

Color information

#06413F (or 0x06413F) is unknown color: approx Cyprus. HEX triplet: 06, 41 and 3F. RGB value is (6,65,63). Sum of RGB (Red+Green+Blue) = 6+65+63=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #06413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06413F is #F9BEC0. Grayscale: #2F2F2F. Windows color (decimal): -16367297 or 4145414. OLE color: 4145414.

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

Color convert

RGB66563-
CMYK0.9100.030.75
HSL177.97º83.1%13.92%-
HSV(B)177.97º90.77%25.49%-
XYZ2.864.185.36-
YUV47.13136.9598.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 63 (25% from 255) = 47.01%
R=4.48%
G=48.51%
B=47.01%

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
Decimal665630.9100.030.75177.9783.113.92
Hex6413F5B034Bb253e
Octal6101771330311326212316
Binary1101000001111111101101101110010111011001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06413F; }

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

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

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

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

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

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

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

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