#06373C

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

Shades of Cyprus #06373C

Tints of Cyprus #06373C

Color information

#06373C (or 0x06373C) is unknown color: approx Cyprus. HEX triplet: 06, 37 and 3C. RGB value is (6,55,60). Sum of RGB (Red+Green+Blue) = 6+55+60=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #06373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06373C is #F9C8C3. Grayscale: #282828. Windows color (decimal): -16369860 or 3946246. OLE color: 3946246.

HSL color Cylindrical-coordinate representation of color #06373C: hue angle of 185.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06373C is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB65560-
CMYK0.900.0800.76
HSL185.56º81.82%12.94%-
HSV(B)185.56º90%23.53%-
XYZ2.263.14.75-
YUV40.92138.77103.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 60 (23.83% from 255) = 49.59%
R=4.96%
G=45.45%
B=49.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal655600.900.0800.76185.5681.8212.94
Hex6373C5A804Cba52d
Octal6677413210011427212215
Binary11011011111110010110101000010011001011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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