Html Css Color HEX #06369D Smalt

📋 copy color: '#06369D'

red 6 ◦ green 54 ◦ blue 157

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

Shades of Smalt #06369D

Tints of Smalt #06369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.35%

R = 2.76%
G = 24.88%
B = 72.35%

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

#06369D (or 0x06369D) is known color: Smalt. HEX triplet: 06, 36 and 9D. RGB value is (6,54,157). Sum of RGB (Red+Green+Blue) = 6+54+157=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #06369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06369D is #F9C962. Grayscale: #323232. Windows color (decimal): -16370019 or 10302982. OLE color: 10302982.

HSL color Cylindrical-coordinate representation of color #06369D: hue angle of 220.93º 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 #06369D is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 54 157 -
CMYK 0.96 0.66 0 0.38
HSL 220.93º 0.93% 0.32% -
HSV(B) 220.93º 0.96% 0.62% -
XYZ 7.48 5.11 32.49 -
YUV 51.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 6 54 157 0.96 0.66 0 0.38 220.93 0.93 0.32
Hex 6 36 9D 60 42 0 26 DD 5D 20
Octal 6 66 235 140 102 0 46 335 135 40
Binary 110 110110 10011101 1100000 1000010 0 100110 11011101 1011101 100000

Color Harmonies of #06369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06369D

Black with #06369D

Text Example


Text Example

White with #06369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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