Html Css Color HEX #062695 Smalt

📋 copy color: '#062695'

red 6 ◦ green 38 ◦ blue 149

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

Shades of Smalt #062695

Tints of Smalt #062695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 77.2%

R = 3.11%
G = 19.69%
B = 77.2%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#062695 (or 0x062695) is known color: Smalt. HEX triplet: 06, 26 and 95. RGB value is (6,38,149). Sum of RGB (Red+Green+Blue) = 6+38+149=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #062695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062695 is #F9D96A. Grayscale: #282828. Windows color (decimal): -16374123 or 9774598. OLE color: 9774598.

HSL color Cylindrical-coordinate representation of color #062695: hue angle of 226.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062695 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 38 149 -
CMYK 0.96 0.74 0 0.42
HSL 226.57º 0.92% 0.3% -
HSV(B) 226.57º 0.96% 0.58% -
XYZ 6.19 3.59 28.8 -
YUV 41.09 188.9 102.97 -
System Red Green Blue C M Y K H S L
Decimal 6 38 149 0.96 0.74 0 0.42 226.57 0.92 0.3
Hex 6 26 95 60 4A 0 2A E3 5C 1E
Octal 6 46 225 140 112 0 52 343 134 36
Binary 110 100110 10010101 1100000 1001010 0 101010 11100011 1011100 11110

Color Harmonies of #062695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062695

Black with #062695

Text Example


Text Example

White with #062695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062695; }

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

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

background-color css

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

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

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

border-color css

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

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

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