Html Css Color HEX #062696 Smalt

📋 copy color: '#062696'

red 6 ◦ green 38 ◦ blue 150

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

Shades of Smalt #062696

Tints of Smalt #062696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 77.32%

R = 3.09%
G = 19.59%
B = 77.32%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#062696 (or 0x062696) is known color: Smalt. HEX triplet: 06, 26 and 96. RGB value is (6,38,150). Sum of RGB (Red+Green+Blue) = 6+38+150=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #062696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062696 is #F9D969. Grayscale: #282828. Windows color (decimal): -16374122 or 9840134. OLE color: 9840134.

HSL color Cylindrical-coordinate representation of color #062696: hue angle of 226.67º 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 #062696 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 38 150 -
CMYK 0.96 0.75 0 0.41
HSL 226.67º 0.92% 0.31% -
HSV(B) 226.67º 0.96% 0.59% -
XYZ 6.27 3.63 29.22 -
YUV 41.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 6 38 150 0.96 0.75 0 0.41 226.67 0.92 0.31
Hex 6 26 96 60 4B 0 29 E3 5C 1F
Octal 6 46 226 140 113 0 51 343 134 37
Binary 110 100110 10010110 1100000 1001011 0 101001 11100011 1011100 11111

Color Harmonies of #062696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062696

Black with #062696

Text Example


Text Example

White with #062696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062696; }

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

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

background-color css

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

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

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

border-color css

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

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

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