Html Css Color HEX #06429A Smalt

📋 copy color: '#06429A'

red 6 ◦ green 66 ◦ blue 154

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

Shades of Smalt #06429A

Tints of Smalt #06429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 68.14%

R = 2.65%
G = 29.2%
B = 68.14%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#06429A (or 0x06429A) is known color: Smalt. HEX triplet: 06, 42 and 9A. RGB value is (6,66,154). Sum of RGB (Red+Green+Blue) = 6+66+154=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #06429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06429A is #F9BD65. Grayscale: #393939. Windows color (decimal): -16366950 or 10109446. OLE color: 10109446.

HSL color Cylindrical-coordinate representation of color #06429A: hue angle of 215.68º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06429A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 66 154 -
CMYK 0.96 0.57 0 0.40
HSL 215.68º 0.93% 0.31% -
HSV(B) 215.68º 0.96% 0.6% -
XYZ 7.86 6.27 31.37 -
YUV 58.09 182.12 90.84 -
System Red Green Blue C M Y K H S L
Decimal 6 66 154 0.96 0.57 0 0.40 215.68 0.93 0.31
Hex 6 42 9A 60 39 0 28 D8 5C 1F
Octal 6 102 232 140 71 0 50 330 134 37
Binary 110 1000010 10011010 1100000 111001 0 101000 11011000 1011100 11111

Color Harmonies of #06429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06429A

Black with #06429A

Text Example


Text Example

White with #06429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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