#06423B

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

Shades of Cyprus #06423B

Tints of Cyprus #06423B

Color information

#06423B (or 0x06423B) is unknown color: approx Cyprus. HEX triplet: 06, 42 and 3B. RGB value is (6,66,59). Sum of RGB (Red+Green+Blue) = 6+66+59=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #06423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423B is #F9BDC4. Grayscale: #2F2F2F. Windows color (decimal): -16367045 or 3883526. OLE color: 3883526.

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

Color convert

RGB66659-
CMYK0.9100.110.74
HSL173º83.33%14.12%-
HSV(B)173º90.91%25.88%-
XYZ2.814.254.81-
YUV47.26134.6298.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=4.58%
G=50.38%
B=45.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666590.9100.110.7417383.3314.12
Hex6423B5B0B4Aad53e
Octal61027313301311225512316
Binary110100001011101110110110101110010101010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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