Html Css Color HEX #06308D Smalt

📋 copy color: '#06308D'

red 6 ◦ green 48 ◦ blue 141

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

Shades of Smalt #06308D

Tints of Smalt #06308D

RGB

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

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

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

R = 3.08%
G = 24.62%
B = 72.31%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06308D (or 0x06308D) is known color: Smalt. HEX triplet: 06, 30 and 8D. RGB value is (6,48,141). Sum of RGB (Red+Green+Blue) = 6+48+141=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #06308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06308D is #F9CF72. Grayscale: #2D2D2D. Windows color (decimal): -16371571 or 9252870. OLE color: 9252870.

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

Color convert

RGB 6 48 141 -
CMYK 0.96 0.66 0 0.45
HSL 221.33º 0.92% 0.29% -
HSV(B) 221.33º 0.96% 0.55% -
XYZ 5.94 4.08 25.67 -
YUV 46.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 6 48 141 0.96 0.66 0 0.45 221.33 0.92 0.29
Hex 6 30 8D 60 42 0 2D DD 5C 1D
Octal 6 60 215 140 102 0 55 335 134 35
Binary 110 110000 10001101 1100000 1000010 0 101101 11011101 1011100 11101

Color Harmonies of #06308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06308D

Black with #06308D

Text Example


Text Example

White with #06308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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