Html Css Color HEX #06309B Smalt

📋 copy color: '#06309B'

red 6 ◦ green 48 ◦ blue 155

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

Shades of Smalt #06309B

Tints of Smalt #06309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.16%

R = 2.87%
G = 22.97%
B = 74.16%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06309B (or 0x06309B) is known color: Smalt. HEX triplet: 06, 30 and 9B. RGB value is (6,48,155). Sum of RGB (Red+Green+Blue) = 6+48+155=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #06309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06309B is #F9CF64. Grayscale: #2F2F2F. Windows color (decimal): -16371557 or 10170374. OLE color: 10170374.

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

Color convert

RGB 6 48 155 -
CMYK 0.96 0.69 0 0.39
HSL 223.09º 0.93% 0.32% -
HSV(B) 223.09º 0.96% 0.61% -
XYZ 7.05 4.52 31.51 -
YUV 47.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 6 48 155 0.96 0.69 0 0.39 223.09 0.93 0.32
Hex 6 30 9B 60 45 0 27 DF 5D 20
Octal 6 60 233 140 105 0 47 337 135 40
Binary 110 110000 10011011 1100000 1000101 0 100111 11011111 1011101 100000

Color Harmonies of #06309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06309B

Black with #06309B

Text Example


Text Example

White with #06309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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