#062769

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

Shades of Sapphire #062769

Tints of Sapphire #062769

Color information

#062769 (or 0x062769) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 69. RGB value is (6,39,105). Sum of RGB (Red+Green+Blue) = 6+39+105=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #062769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062769 is #F9D896. Grayscale: #242424. Windows color (decimal): -16373911 or 6891270. OLE color: 6891270.

HSL color Cylindrical-coordinate representation of color #062769: hue angle of 220º 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 #062769 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB639105-
CMYK0.940.6300.59
HSL220º89.19%21.76%-
HSV(B)220º94.29%41.18%-
XYZ3.352.5113.67-
YUV36.66166.57106.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 105 (41.41% from 255) = 70%
R=4%
G=26%
B=70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6391050.940.6300.5922089.1921.76
Hex627695E3F03Bdc5916
Octal6471511367707333413126
Binary11010011111010011011110111111011101111011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062769; }

 p { color: rgb(6,39,105); }

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

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

 a { background-color: rgb(6,39,105); }

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

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

 span { border-color: rgb(6,39,105); }

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