Html Css Color HEX #061762 Sapphire

📋 copy color: '#061762'

red 6 ◦ green 23 ◦ blue 98

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

Shades of Sapphire #061762

Tints of Sapphire #061762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 4.72%
G = 18.11%
B = 77.17%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061762 (or 0x061762) is known color: Sapphire. HEX triplet: 06, 17 and 62. RGB value is (6,23,98). Sum of RGB (Red+Green+Blue) = 6+23+98=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #061762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061762 is #F9E89D. Grayscale: #1A1A1A. Windows color (decimal): -16378014 or 6428422. OLE color: 6428422.

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

Color convert

RGB 6 23 98 -
CMYK 0.94 0.77 0 0.62
HSL 228.91º 0.88% 0.2% -
HSV(B) 228.91º 0.94% 0.38% -
XYZ 2.59 1.53 11.71 -
YUV 26.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 6 23 98 0.94 0.77 0 0.62 228.91 0.88 0.2
Hex 6 17 62 5E 4D 0 3E E5 58 14
Octal 6 27 142 136 115 0 76 345 130 24
Binary 110 10111 1100010 1011110 1001101 0 111110 11100101 1011000 10100

Color Harmonies of #061762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061762

Black with #061762

Text Example


Text Example

White with #061762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061762; }

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

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

background-color css

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

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

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

border-color css

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

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

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