Html Css Color HEX #06368C Smalt

📋 copy color: '#06368C'

red 6 ◦ green 54 ◦ blue 140

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

Shades of Smalt #06368C

Tints of Smalt #06368C

RGB

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

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

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

R = 3%
G = 27%
B = 70%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06368C (or 0x06368C) is known color: Smalt. HEX triplet: 06, 36 and 8C. RGB value is (6,54,140). Sum of RGB (Red+Green+Blue) = 6+54+140=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #06368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06368C is #F9C973. Grayscale: #313131. Windows color (decimal): -16370036 or 9188870. OLE color: 9188870.

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

Color convert

RGB 6 54 140 -
CMYK 0.96 0.61 0 0.45
HSL 218.51º 0.92% 0.29% -
HSV(B) 218.51º 0.96% 0.55% -
XYZ 6.13 4.57 25.37 -
YUV 49.45 179.1 97.01 -
System Red Green Blue C M Y K H S L
Decimal 6 54 140 0.96 0.61 0 0.45 218.51 0.92 0.29
Hex 6 36 8C 60 3D 0 2D DB 5C 1D
Octal 6 66 214 140 75 0 55 333 134 35
Binary 110 110110 10001100 1100000 111101 0 101101 11011011 1011100 11101

Color Harmonies of #06368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06368C

Black with #06368C

Text Example


Text Example

White with #06368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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