Html Css Color HEX #06429B Smalt

📋 copy color: '#06429B'

red 6 ◦ green 66 ◦ blue 155

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

Shades of Smalt #06429B

Tints of Smalt #06429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 2.64%
G = 29.07%
B = 68.28%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06429B (or 0x06429B) is known color: Smalt. HEX triplet: 06, 42 and 9B. RGB value is (6,66,155). Sum of RGB (Red+Green+Blue) = 6+66+155=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #06429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06429B is #F9BD64. Grayscale: #393939. Windows color (decimal): -16366949 or 10174982. OLE color: 10174982.

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

Color convert

RGB 6 66 155 -
CMYK 0.96 0.57 0 0.39
HSL 215.84º 0.93% 0.32% -
HSV(B) 215.84º 0.96% 0.61% -
XYZ 7.94 6.3 31.81 -
YUV 58.21 182.62 90.76 -
System Red Green Blue C M Y K H S L
Decimal 6 66 155 0.96 0.57 0 0.39 215.84 0.93 0.32
Hex 6 42 9B 60 39 0 27 D8 5D 20
Octal 6 102 233 140 71 0 47 330 135 40
Binary 110 1000010 10011011 1100000 111001 0 100111 11011000 1011101 100000

Color Harmonies of #06429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06429B

Black with #06429B

Text Example


Text Example

White with #06429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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