#06453C

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

Shades of Cyprus #06453C

Tints of Cyprus #06453C

Color information

#06453C (or 0x06453C) is unknown color: approx Cyprus. HEX triplet: 06, 45 and 3C. RGB value is (6,69,60). Sum of RGB (Red+Green+Blue) = 6+69+60=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #06453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06453C is #F9BAC3. Grayscale: #313131. Windows color (decimal): -16366276 or 3949830. OLE color: 3949830.

HSL color Cylindrical-coordinate representation of color #06453C: hue angle of 171.43º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06453C is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB66960-
CMYK0.9100.130.73
HSL171.43º84%14.71%-
HSV(B)171.43º91.3%27.06%-
XYZ3.024.625.01-
YUV49.14134.1397.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 69 (27.34% from 255) = 51.11%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=4.44%
G=51.11%
B=44.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669600.9100.130.73171.438414.71
Hex6453C5B0D49ab54f
Octal61057413301511125312417
Binary110100010111110010110110110110010011010101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06453C; }

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

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

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

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

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

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

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

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