#06423E

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

Shades of Cyprus #06423E

Tints of Cyprus #06423E

Color information

#06423E (or 0x06423E) is unknown color: approx Cyprus. HEX triplet: 06, 42 and 3E. RGB value is (6,66,62). Sum of RGB (Red+Green+Blue) = 6+66+62=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #06423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423E is #F9BDC1. Grayscale: #2F2F2F. Windows color (decimal): -16367042 or 4080134. OLE color: 4080134.

HSL color Cylindrical-coordinate representation of color #06423E: hue angle of 176º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06423E is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB66662-
CMYK0.9100.060.74
HSL176º83.33%14.12%-
HSV(B)176º90.91%25.88%-
XYZ2.894.285.23-
YUV47.6136.1298.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=4.48%
G=49.25%
B=46.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666620.9100.060.7417683.3314.12
Hex6423E5B064Ab053e
Octal6102761330611226012316
Binary11010000101111101011011011010010101011000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06423E; }

 p { color: rgb(6,66,62); }

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

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

 a { background-color: rgb(6,66,62); }

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

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

 span { border-color: rgb(6,66,62); }

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