Html Css Color HEX #062997 Smalt

📋 copy color: '#062997'

red 6 ◦ green 41 ◦ blue 151

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

Shades of Smalt #062997

Tints of Smalt #062997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 151 (59.38% from 255) = 76.26%

R = 3.03%
G = 20.71%
B = 76.26%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#062997 (or 0x062997) is known color: Smalt. HEX triplet: 06, 29 and 97. RGB value is (6,41,151). Sum of RGB (Red+Green+Blue) = 6+41+151=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #062997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062997 is #F9D668. Grayscale: #2A2A2A. Windows color (decimal): -16373353 or 9906438. OLE color: 9906438.

HSL color Cylindrical-coordinate representation of color #062997: hue angle of 225.52º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062997 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 41 151 -
CMYK 0.96 0.73 0 0.41
HSL 225.52º 0.92% 0.31% -
HSV(B) 225.52º 0.96% 0.59% -
XYZ 6.45 3.86 29.68 -
YUV 43.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 6 41 151 0.96 0.73 0 0.41 225.52 0.92 0.31
Hex 6 29 97 60 49 0 29 E2 5C 1F
Octal 6 51 227 140 111 0 51 342 134 37
Binary 110 101001 10010111 1100000 1001001 0 101001 11100010 1011100 11111

Color Harmonies of #062997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062997

Black with #062997

Text Example


Text Example

White with #062997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062997; }

 p { color: rgb(6,41,151); }

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

background-color css

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

 a { background-color: rgb(6,41,151); }

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

border-color css

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

 span { border-color: rgb(6,41,151); }

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