Html Css Color HEX #406069 Smalt Blue

📋 copy color: '#406069'

red 64 ◦ green 96 ◦ blue 105

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

Shades of Smalt Blue #406069

Tints of Smalt Blue #406069

RGB

 RED value IS 64 (25.39% from 255) = 24.15%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 105 (41.41% from 255) = 39.62%

R = 24.15%
G = 36.23%
B = 39.62%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#406069 (or 0x406069) is known color: Smalt Blue. HEX triplet: 40, 60 and 69. RGB value is (64,96,105). Sum of RGB (Red+Green+Blue) = 64+96+105=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #406069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406069 is #BF9F96. Grayscale: #575757. Windows color (decimal): -12558231 or 6905920. OLE color: 6905920.

HSL color Cylindrical-coordinate representation of color #406069: hue angle of 193.17º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406069 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 96 105 -
CMYK 0.39 0.09 0 0.59
HSL 193.17º 0.24% 0.33% -
HSV(B) 193.17º 0.39% 0.41% -
XYZ 8.85 10.48 14.92 -
YUV 87.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 64 96 105 0.39 0.09 0 0.59 193.17 0.24 0.33
Hex 40 60 69 27 9 0 3B C1 18 21
Octal 100 140 151 47 11 0 73 301 30 41
Binary 1000000 1100000 1101001 100111 1001 0 111011 11000001 11000 100001

Color Harmonies of #406069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406069

Black with #406069

Text Example


Text Example

White with #406069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406069; }

 p { color: rgb(64,96,105); }

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

background-color css

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

 a { background-color: rgb(64,96,105); }

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

border-color css

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

 span { border-color: rgb(64,96,105); }

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