#062661

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

Shades of Sapphire #062661

Tints of Sapphire #062661

Color information

#062661 (or 0x062661) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 61. RGB value is (6,38,97). Sum of RGB (Red+Green+Blue) = 6+38+97=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #062661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062661 is #F9D99E. Grayscale: #222222. Windows color (decimal): -16374175 or 6366726. OLE color: 6366726.

HSL color Cylindrical-coordinate representation of color #062661: hue angle of 218.9º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062661 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB63897-
CMYK0.940.6100.62
HSL218.9º88.35%20.2%-
HSV(B)218.9º93.81%38.04%-
XYZ2.932.2911.6-
YUV35.16162.9107.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 97 (38.28% from 255) = 68.79%
R=4.26%
G=26.95%
B=68.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal638970.940.6100.62218.988.3520.2
Hex626615E3D03Edb5814
Octal6461411367507633313024
Binary11010011011000011011110111101011111011011011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062661; }

 p { color: rgb(6,38,97); }

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

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

 a { background-color: rgb(6,38,97); }

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

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

 span { border-color: rgb(6,38,97); }

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