Html Css Color HEX #06389C Smalt

📋 copy color: '#06389C'

red 6 ◦ green 56 ◦ blue 156

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

Shades of Smalt #06389C

Tints of Smalt #06389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 2.75%
G = 25.69%
B = 71.56%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06389C (or 0x06389C) is known color: Smalt. HEX triplet: 06, 38 and 9C. RGB value is (6,56,156). Sum of RGB (Red+Green+Blue) = 6+56+156=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #06389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06389C is #F9C763. Grayscale: #343434. Windows color (decimal): -16369508 or 10237958. OLE color: 10237958.

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

Color convert

RGB 6 56 156 -
CMYK 0.96 0.64 0 0.39
HSL 220º 0.93% 0.32% -
HSV(B) 220º 0.96% 0.61% -
XYZ 7.49 5.27 32.07 -
YUV 52.45 186.44 94.87 -
System Red Green Blue C M Y K H S L
Decimal 6 56 156 0.96 0.64 0 0.39 220 0.93 0.32
Hex 6 38 9C 60 40 0 27 DC 5D 20
Octal 6 70 234 140 100 0 47 334 135 40
Binary 110 111000 10011100 1100000 1000000 0 100111 11011100 1011101 100000

Color Harmonies of #06389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06389C

Black with #06389C

Text Example


Text Example

White with #06389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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