Html Css Color HEX #062061 Sapphire

📋 copy color: '#062061'

red 6 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #062061

Tints of Sapphire #062061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.7%

 BLUE value IS 97 (38.28% from 255) = 71.85%

R = 4.44%
G = 23.7%
B = 71.85%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062061 (or 0x062061) is known color: Sapphire. HEX triplet: 06, 20 and 61. RGB value is (6,32,97). Sum of RGB (Red+Green+Blue) = 6+32+97=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #062061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062061 is #F9DF9E. Grayscale: #1F1F1F. Windows color (decimal): -16375711 or 6365190. OLE color: 6365190.

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

Color convert

RGB 6 32 97 -
CMYK 0.94 0.67 0 0.62
HSL 222.86º 0.88% 0.2% -
HSV(B) 222.86º 0.94% 0.38% -
XYZ 2.75 1.93 11.54 -
YUV 31.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 6 32 97 0.94 0.67 0 0.62 222.86 0.88 0.2
Hex 6 20 61 5E 43 0 3E DF 58 14
Octal 6 40 141 136 103 0 76 337 130 24
Binary 110 100000 1100001 1011110 1000011 0 111110 11011111 1011000 10100

Color Harmonies of #062061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062061

Black with #062061

Text Example


Text Example

White with #062061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062061; }

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

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

background-color css

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

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

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

border-color css

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

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

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