#062350

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

Shades of Sapphire #062350

Tints of Sapphire #062350

Color information

#062350 (or 0x062350) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 50. RGB value is (6,35,80). Sum of RGB (Red+Green+Blue) = 6+35+80=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #062350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062350 is #F9DCAF. Grayscale: #1F1F1F. Windows color (decimal): -16374960 or 5251846. OLE color: 5251846.

HSL color Cylindrical-coordinate representation of color #062350: hue angle of 216.49º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062350 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63580-
CMYK0.920.5600.69
HSL216.49º86.05%16.86%-
HSV(B)216.49º92.5%31.37%-
XYZ2.121.827.83-
YUV31.46155.39109.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=4.96%
G=28.93%
B=66.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal635800.920.5600.69216.4986.0516.86
Hex623505C38045d85611
Octal64312013470010533012621
Binary110100011101000010111001110000100010111011000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062350; }

 p { color: rgb(6,35,80); }

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

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

 a { background-color: rgb(6,35,80); }

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

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

 span { border-color: rgb(6,35,80); }

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