Html Css Color HEX #06368D Smalt

📋 copy color: '#06368D'

red 6 ◦ green 54 ◦ blue 141

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

Shades of Smalt #06368D

Tints of Smalt #06368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 141 (55.47% from 255) = 70.15%

R = 2.99%
G = 26.87%
B = 70.15%

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

#06368D (or 0x06368D) is known color: Smalt. HEX triplet: 06, 36 and 8D. RGB value is (6,54,141). Sum of RGB (Red+Green+Blue) = 6+54+141=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #06368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06368D is #F9C972. Grayscale: #313131. Windows color (decimal): -16370035 or 9254406. OLE color: 9254406.

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

Color convert

RGB 6 54 141 -
CMYK 0.96 0.62 0 0.45
HSL 218.67º 0.92% 0.29% -
HSV(B) 218.67º 0.96% 0.55% -
XYZ 6.2 4.6 25.76 -
YUV 49.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 6 54 141 0.96 0.62 0 0.45 218.67 0.92 0.29
Hex 6 36 8D 60 3E 0 2D DB 5C 1D
Octal 6 66 215 140 76 0 55 333 134 35
Binary 110 110110 10001101 1100000 111110 0 101101 11011011 1011100 11101

Color Harmonies of #06368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06368D

Black with #06368D

Text Example


Text Example

White with #06368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,54,141); }

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

background-color css

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

 a { background-color: rgb(6,54,141); }

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

border-color css

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

 span { border-color: rgb(6,54,141); }

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