Html Css Color HEX #06339B Smalt

📋 copy color: '#06339B'

red 6 ◦ green 51 ◦ blue 155

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

Shades of Smalt #06339B

Tints of Smalt #06339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 2.83%
G = 24.06%
B = 73.11%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06339B (or 0x06339B) is known color: Smalt. HEX triplet: 06, 33 and 9B. RGB value is (6,51,155). Sum of RGB (Red+Green+Blue) = 6+51+155=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #06339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06339B is #F9CC64. Grayscale: #303030. Windows color (decimal): -16370789 or 10171142. OLE color: 10171142.

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

Color convert

RGB 6 51 155 -
CMYK 0.96 0.67 0 0.39
HSL 221.88º 0.93% 0.32% -
HSV(B) 221.88º 0.96% 0.61% -
XYZ 7.18 4.77 31.55 -
YUV 49.4 187.59 97.04 -
System Red Green Blue C M Y K H S L
Decimal 6 51 155 0.96 0.67 0 0.39 221.88 0.93 0.32
Hex 6 33 9B 60 43 0 27 DE 5D 20
Octal 6 63 233 140 103 0 47 336 135 40
Binary 110 110011 10011011 1100000 1000011 0 100111 11011110 1011101 100000

Color Harmonies of #06339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06339B

Black with #06339B

Text Example


Text Example

White with #06339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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