Html Css Color HEX #061662 Sapphire

📋 copy color: '#061662'

red 6 ◦ green 22 ◦ blue 98

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

Shades of Sapphire #061662

Tints of Sapphire #061662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.46%

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

R = 4.76%
G = 17.46%
B = 77.78%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061662 (or 0x061662) is known color: Sapphire. HEX triplet: 06, 16 and 62. RGB value is (6,22,98). Sum of RGB (Red+Green+Blue) = 6+22+98=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #061662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061662 is #F9E99D. Grayscale: #191919. Windows color (decimal): -16378270 or 6428166. OLE color: 6428166.

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

Color convert

RGB 6 22 98 -
CMYK 0.94 0.78 0 0.62
HSL 229.57º 0.88% 0.2% -
HSV(B) 229.57º 0.94% 0.38% -
XYZ 2.57 1.49 11.71 -
YUV 25.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 6 22 98 0.94 0.78 0 0.62 229.57 0.88 0.2
Hex 6 16 62 5E 4E 0 3E E6 58 14
Octal 6 26 142 136 116 0 76 346 130 24
Binary 110 10110 1100010 1011110 1001110 0 111110 11100110 1011000 10100

Color Harmonies of #061662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061662

Black with #061662

Text Example


Text Example

White with #061662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061662; }

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

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

background-color css

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

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

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

border-color css

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

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

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