Html Css Color HEX #06389D Smalt

📋 copy color: '#06389D'

red 6 ◦ green 56 ◦ blue 157

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

Shades of Smalt #06389D

Tints of Smalt #06389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

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

R = 2.74%
G = 25.57%
B = 71.69%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06389D (or 0x06389D) is known color: Smalt. HEX triplet: 06, 38 and 9D. RGB value is (6,56,157). Sum of RGB (Red+Green+Blue) = 6+56+157=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #06389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06389D is #F9C762. Grayscale: #343434. Windows color (decimal): -16369507 or 10303494. OLE color: 10303494.

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

Color convert

RGB 6 56 157 -
CMYK 0.96 0.64 0 0.38
HSL 220.13º 0.93% 0.32% -
HSV(B) 220.13º 0.96% 0.62% -
XYZ 7.58 5.3 32.52 -
YUV 52.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 6 56 157 0.96 0.64 0 0.38 220.13 0.93 0.32
Hex 6 38 9D 60 40 0 26 DC 5D 20
Octal 6 70 235 140 100 0 46 334 135 40
Binary 110 111000 10011101 1100000 1000000 0 100110 11011100 1011101 100000

Color Harmonies of #06389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06389D

Black with #06389D

Text Example


Text Example

White with #06389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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