#062067

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

Shades of Sapphire #062067

Tints of Sapphire #062067

Color information

#062067 (or 0x062067) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 67. RGB value is (6,32,103). Sum of RGB (Red+Green+Blue) = 6+32+103=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #062067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062067 is #F9DF98. Grayscale: #202020. Windows color (decimal): -16375705 or 6758406. OLE color: 6758406.

HSL color Cylindrical-coordinate representation of color #062067: hue angle of 223.92º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062067 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB632103-
CMYK0.940.6900.60
HSL223.92º88.99%21.37%-
HSV(B)223.92º94.17%40.39%-
XYZ3.042.0513.07-
YUV32.32167.89109.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 103 (40.62% from 255) = 73.05%
R=4.26%
G=22.70%
B=73.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6321030.940.6900.60223.9288.9921.37
Hex620675E4503Ce05915
Octal64014713610507434013125
Binary110100000110011110111101000101011110011100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062067; }

 p { color: rgb(6,32,103); }

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

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

 a { background-color: rgb(6,32,103); }

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

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

 span { border-color: rgb(6,32,103); }

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