Html Css Color HEX #06308C Smalt

📋 copy color: '#06308C'

red 6 ◦ green 48 ◦ blue 140

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

Shades of Smalt #06308C

Tints of Smalt #06308C

RGB

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

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

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

R = 3.09%
G = 24.74%
B = 72.16%

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

#06308C (or 0x06308C) is known color: Smalt. HEX triplet: 06, 30 and 8C. RGB value is (6,48,140). Sum of RGB (Red+Green+Blue) = 6+48+140=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #06308C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06308C is #F9CF73. Grayscale: #2D2D2D. Windows color (decimal): -16371572 or 9187334. OLE color: 9187334.

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

Color convert

RGB 6 48 140 -
CMYK 0.96 0.66 0 0.45
HSL 221.19º 0.92% 0.29% -
HSV(B) 221.19º 0.96% 0.55% -
XYZ 5.87 4.05 25.28 -
YUV 45.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 6 48 140 0.96 0.66 0 0.45 221.19 0.92 0.29
Hex 6 30 8C 60 42 0 2D DD 5C 1D
Octal 6 60 214 140 102 0 55 335 134 35
Binary 110 110000 10001100 1100000 1000010 0 101101 11011101 1011100 11101

Color Harmonies of #06308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06308C

Black with #06308C

Text Example


Text Example

White with #06308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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