Html Css Color HEX #06349C Smalt

📋 copy color: '#06349C'

red 6 ◦ green 52 ◦ blue 156

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

Shades of Smalt #06349C

Tints of Smalt #06349C

RGB

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

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

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

R = 2.8%
G = 24.3%
B = 72.9%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06349C (or 0x06349C) is known color: Smalt. HEX triplet: 06, 34 and 9C. RGB value is (6,52,156). Sum of RGB (Red+Green+Blue) = 6+52+156=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #06349C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06349C is #F9CB63. Grayscale: #313131. Windows color (decimal): -16370532 or 10236934. OLE color: 10236934.

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

Color convert

RGB 6 52 156 -
CMYK 0.96 0.67 0 0.39
HSL 221.6º 0.93% 0.32% -
HSV(B) 221.6º 0.96% 0.61% -
XYZ 7.3 4.9 32.01 -
YUV 50.1 187.76 96.54 -
System Red Green Blue C M Y K H S L
Decimal 6 52 156 0.96 0.67 0 0.39 221.6 0.93 0.32
Hex 6 34 9C 60 43 0 27 DE 5D 20
Octal 6 64 234 140 103 0 47 336 135 40
Binary 110 110100 10011100 1100000 1000011 0 100111 11011110 1011101 100000

Color Harmonies of #06349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06349C

Black with #06349C

Text Example


Text Example

White with #06349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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