Html Css Color HEX #06398D Smalt

📋 copy color: '#06398D'

red 6 ◦ green 57 ◦ blue 141

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

Shades of Smalt #06398D

Tints of Smalt #06398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.94%

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 2.94%
G = 27.94%
B = 69.12%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06398D (or 0x06398D) is known color: Smalt. HEX triplet: 06, 39 and 8D. RGB value is (6,57,141). Sum of RGB (Red+Green+Blue) = 6+57+141=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #06398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06398D is #F9C672. Grayscale: #323232. Windows color (decimal): -16369267 or 9255174. OLE color: 9255174.

HSL color Cylindrical-coordinate representation of color #06398D: hue angle of 217.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06398D is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 57 141 -
CMYK 0.96 0.60 0 0.45
HSL 217.33º 0.92% 0.29% -
HSV(B) 217.33º 0.96% 0.55% -
XYZ 6.35 4.89 25.81 -
YUV 51.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 6 57 141 0.96 0.60 0 0.45 217.33 0.92 0.29
Hex 6 39 8D 60 3C 0 2D D9 5C 1D
Octal 6 71 215 140 74 0 55 331 134 35
Binary 110 111001 10001101 1100000 111100 0 101101 11011001 1011100 11101

Color Harmonies of #06398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06398D

Black with #06398D

Text Example


Text Example

White with #06398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,57,141); }

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

background-color css

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

 a { background-color: rgb(6,57,141); }

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

border-color css

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

 span { border-color: rgb(6,57,141); }

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