Html Css Color HEX #06358C Smalt

📋 copy color: '#06358C'

red 6 ◦ green 53 ◦ blue 140

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

Shades of Smalt #06358C

Tints of Smalt #06358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

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

R = 3.02%
G = 26.63%
B = 70.35%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06358C (or 0x06358C) is known color: Smalt. HEX triplet: 06, 35 and 8C. RGB value is (6,53,140). Sum of RGB (Red+Green+Blue) = 6+53+140=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #06358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06358C is #F9CA73. Grayscale: #303030. Windows color (decimal): -16370292 or 9188614. OLE color: 9188614.

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

Color convert

RGB 6 53 140 -
CMYK 0.96 0.62 0 0.45
HSL 218.96º 0.92% 0.29% -
HSV(B) 218.96º 0.96% 0.55% -
XYZ 6.08 4.48 25.35 -
YUV 48.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 6 53 140 0.96 0.62 0 0.45 218.96 0.92 0.29
Hex 6 35 8C 60 3E 0 2D DB 5C 1D
Octal 6 65 214 140 76 0 55 333 134 35
Binary 110 110101 10001100 1100000 111110 0 101101 11011011 1011100 11101

Color Harmonies of #06358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06358C

Black with #06358C

Text Example


Text Example

White with #06358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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