Html Css Color HEX #06369B Smalt

📋 copy color: '#06369B'

red 6 ◦ green 54 ◦ blue 155

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

Shades of Smalt #06369B

Tints of Smalt #06369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.09%

R = 2.79%
G = 25.12%
B = 72.09%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06369B (or 0x06369B) is known color: Smalt. HEX triplet: 06, 36 and 9B. RGB value is (6,54,155). Sum of RGB (Red+Green+Blue) = 6+54+155=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #06369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06369B is #F9C964. Grayscale: #323232. Windows color (decimal): -16370021 or 10171910. OLE color: 10171910.

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

Color convert

RGB 6 54 155 -
CMYK 0.96 0.65 0 0.39
HSL 220.67º 0.93% 0.32% -
HSV(B) 220.67º 0.96% 0.61% -
XYZ 7.31 5.04 31.6 -
YUV 51.16 186.6 95.79 -
System Red Green Blue C M Y K H S L
Decimal 6 54 155 0.96 0.65 0 0.39 220.67 0.93 0.32
Hex 6 36 9B 60 41 0 27 DD 5D 20
Octal 6 66 233 140 101 0 47 335 135 40
Binary 110 110110 10011011 1100000 1000001 0 100111 11011101 1011101 100000

Color Harmonies of #06369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06369B

Black with #06369B

Text Example


Text Example

White with #06369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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