Html Css Color HEX #062862 Sapphire

📋 copy color: '#062862'

red 6 ◦ green 40 ◦ blue 98

#062862
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #062862

Tints of Sapphire #062862

RGB

 RED value IS 6 (2.73% from 255) = 4.17%

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 98 (38.67% from 255) = 68.06%

R = 4.17%
G = 27.78%
B = 68.06%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062862 (or 0x062862) is known color: Sapphire. HEX triplet: 06, 28 and 62. RGB value is (6,40,98). Sum of RGB (Red+Green+Blue) = 6+40+98=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #062862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062862 is #F9D79D. Grayscale: #242424. Windows color (decimal): -16373662 or 6432774. OLE color: 6432774.

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

Color convert

RGB 6 40 98 -
CMYK 0.94 0.59 0 0.62
HSL 217.83º 0.88% 0.2% -
HSV(B) 217.83º 0.94% 0.38% -
XYZ 3.04 2.44 11.87 -
YUV 36.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 6 40 98 0.94 0.59 0 0.62 217.83 0.88 0.2
Hex 6 28 62 5E 3B 0 3E DA 58 14
Octal 6 50 142 136 73 0 76 332 130 24
Binary 110 101000 1100010 1011110 111011 0 111110 11011010 1011000 10100

Color Harmonies of #062862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062862

Black with #062862

Text Example


Text Example

White with #062862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062862; }

 p { color: rgb(6,40,98); }

 H1.HeaderClassName
 {
   color: #062862;
 }
 .AnyTagClassName
 {
   color: #062862;
 }
</style>

background-color css

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

 a { background-color: rgb(6,40,98); }

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

border-color css

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

 span { border-color: rgb(6,40,98); }

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