#061F68

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

Shades of Sapphire #061F68

Tints of Sapphire #061F68

Color information

#061F68 (or 0x061F68) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 68. RGB value is (6,31,104). Sum of RGB (Red+Green+Blue) = 6+31+104=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #061F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F68 is #F9E097. Grayscale: #1F1F1F. Windows color (decimal): -16375960 or 6823686. OLE color: 6823686.

HSL color Cylindrical-coordinate representation of color #061F68: hue angle of 224.69º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061F68 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB631104-
CMYK0.940.7000.59
HSL224.69º89.09%21.57%-
HSV(B)224.69º94.23%40.78%-
XYZ3.062.0213.32-
YUV31.85168.72109.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 104 (41.02% from 255) = 73.76%
R=4.26%
G=21.99%
B=73.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6311040.940.7000.59224.6989.0921.57
Hex61F685E4603Be15916
Octal63715013610607334113126
Binary11011111110100010111101000110011101111100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061F68; }

 p { color: rgb(6,31,104); }

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

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

 a { background-color: rgb(6,31,104); }

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

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

 span { border-color: rgb(6,31,104); }

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