Html Css Color HEX #06309D Smalt

📋 copy color: '#06309D'

red 6 ◦ green 48 ◦ blue 157

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

Shades of Smalt #06309D

Tints of Smalt #06309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 157 (61.72% from 255) = 74.41%

R = 2.84%
G = 22.75%
B = 74.41%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06309D (or 0x06309D) is known color: Smalt. HEX triplet: 06, 30 and 9D. RGB value is (6,48,157). Sum of RGB (Red+Green+Blue) = 6+48+157=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #06309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06309D is #F9CF62. Grayscale: #2F2F2F. Windows color (decimal): -16371555 or 10301446. OLE color: 10301446.

HSL color Cylindrical-coordinate representation of color #06309D: hue angle of 223.31º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06309D is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 48 157 -
CMYK 0.96 0.69 0 0.38
HSL 223.31º 0.93% 0.32% -
HSV(B) 223.31º 0.96% 0.62% -
XYZ 7.22 4.59 32.4 -
YUV 47.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 6 48 157 0.96 0.69 0 0.38 223.31 0.93 0.32
Hex 6 30 9D 60 45 0 26 DF 5D 20
Octal 6 60 235 140 105 0 46 337 135 40
Binary 110 110000 10011101 1100000 1000101 0 100110 11011111 1011101 100000

Color Harmonies of #06309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06309D

Black with #06309D

Text Example


Text Example

White with #06309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,48,157); }

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

background-color css

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

 a { background-color: rgb(6,48,157); }

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

border-color css

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

 span { border-color: rgb(6,48,157); }

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