#061555

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

Shades of Sapphire #061555

Tints of Sapphire #061555

Color information

#061555 (or 0x061555) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 55. RGB value is (6,21,85). Sum of RGB (Red+Green+Blue) = 6+21+85=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #061555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061555 is #F9EAAA. Grayscale: #171717. Windows color (decimal): -16378539 or 5575942. OLE color: 5575942.

HSL color Cylindrical-coordinate representation of color #061555: hue angle of 228.61º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061555 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB62185-
CMYK0.930.7500.67
HSL228.61º86.81%17.84%-
HSV(B)228.61º92.94%33.33%-
XYZ1.981.238.73-
YUV23.81162.53115.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 85 (33.59% from 255) = 75.89%
R=5.36%
G=18.75%
B=75.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal621850.930.7500.67228.6186.8117.84
Hex615555D4B043e55712
Octal625125135113010334512722
Binary110101011010101101110110010110100001111100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061555; }

 p { color: rgb(6,21,85); }

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

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

 a { background-color: rgb(6,21,85); }

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

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

 span { border-color: rgb(6,21,85); }

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