Html Css Color HEX #062661 Sapphire

📋 copy color: '#062661'

red 6 ◦ green 38 ◦ blue 97

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

Shades of Sapphire #062661

Tints of Sapphire #062661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

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

R = 4.26%
G = 26.95%
B = 68.79%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062661 (or 0x062661) is known color: Sapphire. HEX triplet: 06, 26 and 61. RGB value is (6,38,97). Sum of RGB (Red+Green+Blue) = 6+38+97=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #062661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062661 is #F9D99E. Grayscale: #222222. Windows color (decimal): -16374175 or 6366726. OLE color: 6366726.

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

Color convert

RGB 6 38 97 -
CMYK 0.94 0.61 0 0.62
HSL 218.9º 0.88% 0.2% -
HSV(B) 218.9º 0.94% 0.38% -
XYZ 2.93 2.29 11.6 -
YUV 35.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 6 38 97 0.94 0.61 0 0.62 218.9 0.88 0.2
Hex 6 26 61 5E 3D 0 3E DB 58 14
Octal 6 46 141 136 75 0 76 333 130 24
Binary 110 100110 1100001 1011110 111101 0 111110 11011011 1011000 10100

Color Harmonies of #062661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062661

Black with #062661

Text Example


Text Example

White with #062661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062661; }

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

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

background-color css

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

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

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

border-color css

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

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

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