Html Css Color HEX #06348C Smalt

📋 copy color: '#06348C'

red 6 ◦ green 52 ◦ blue 140

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

Shades of Smalt #06348C

Tints of Smalt #06348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 140 (55.08% from 255) = 70.71%

R = 3.03%
G = 26.26%
B = 70.71%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06348C (or 0x06348C) is known color: Smalt. HEX triplet: 06, 34 and 8C. RGB value is (6,52,140). Sum of RGB (Red+Green+Blue) = 6+52+140=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #06348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06348C is #F9CB73. Grayscale: #2F2F2F. Windows color (decimal): -16370548 or 9188358. OLE color: 9188358.

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

Color convert

RGB 6 52 140 -
CMYK 0.96 0.63 0 0.45
HSL 219.4º 0.92% 0.29% -
HSV(B) 219.4º 0.96% 0.55% -
XYZ 6.04 4.39 25.34 -
YUV 48.28 179.76 97.84 -
System Red Green Blue C M Y K H S L
Decimal 6 52 140 0.96 0.63 0 0.45 219.4 0.92 0.29
Hex 6 34 8C 60 3F 0 2D DB 5C 1D
Octal 6 64 214 140 77 0 55 333 134 35
Binary 110 110100 10001100 1100000 111111 0 101101 11011011 1011100 11101

Color Harmonies of #06348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06348C

Black with #06348C

Text Example


Text Example

White with #06348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,52,140); }

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

background-color css

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

 a { background-color: rgb(6,52,140); }

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

border-color css

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

 span { border-color: rgb(6,52,140); }

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