Html Css Color HEX #06369E Smalt

📋 copy color: '#06369E'

red 6 ◦ green 54 ◦ blue 158

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

Shades of Smalt #06369E

Tints of Smalt #06369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

 BLUE value IS 158 (62.11% from 255) = 72.48%

R = 2.75%
G = 24.77%
B = 72.48%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06369E (or 0x06369E) is known color: Smalt. HEX triplet: 06, 36 and 9E. RGB value is (6,54,158). Sum of RGB (Red+Green+Blue) = 6+54+158=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #06369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06369E is #F9C961. Grayscale: #333333. Windows color (decimal): -16370018 or 10368518. OLE color: 10368518.

HSL color Cylindrical-coordinate representation of color #06369E: hue angle of 221.05º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06369E is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 54 158 -
CMYK 0.96 0.66 0 0.38
HSL 221.05º 0.93% 0.32% -
HSV(B) 221.05º 0.96% 0.62% -
XYZ 7.57 5.15 32.94 -
YUV 51.5 188.1 95.54 -
System Red Green Blue C M Y K H S L
Decimal 6 54 158 0.96 0.66 0 0.38 221.05 0.93 0.32
Hex 6 36 9E 60 42 0 26 DD 5D 20
Octal 6 66 236 140 102 0 46 335 135 40
Binary 110 110110 10011110 1100000 1000010 0 100110 11011101 1011101 100000

Color Harmonies of #06369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06369E

Black with #06369E

Text Example


Text Example

White with #06369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06369E; }

 p { color: rgb(6,54,158); }

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

background-color css

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

 a { background-color: rgb(6,54,158); }

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

border-color css

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

 span { border-color: rgb(6,54,158); }

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