#06423C

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

Shades of Cyprus #06423C

Tints of Cyprus #06423C

Color information

#06423C (or 0x06423C) is unknown color: approx Cyprus. HEX triplet: 06, 42 and 3C. RGB value is (6,66,60). Sum of RGB (Red+Green+Blue) = 6+66+60=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #06423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423C is #F9BDC3. Grayscale: #2F2F2F. Windows color (decimal): -16367044 or 3949062. OLE color: 3949062.

HSL color Cylindrical-coordinate representation of color #06423C: hue angle of 174º 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 #06423C is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB66660-
CMYK0.9100.090.74
HSL174º83.33%14.12%-
HSV(B)174º90.91%25.88%-
XYZ2.844.264.95-
YUV47.38135.1298.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=4.55%
G=50%
B=45.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666600.9100.090.7417483.3314.12
Hex6423C5B094Aae53e
Octal61027413301111225612316
Binary110100001011110010110110100110010101010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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