Html Css Color HEX #406168 Smalt Blue

📋 copy color: '#406168'

red 64 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #406168

Tints of Smalt Blue #406168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 24.15%
G = 36.6%
B = 39.25%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#406168 (or 0x406168) is known color: Smalt Blue. HEX triplet: 40, 61 and 68. RGB value is (64,97,104). Sum of RGB (Red+Green+Blue) = 64+97+104=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #406168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406168 is #BF9E97. Grayscale: #575757. Windows color (decimal): -12557976 or 6840640. OLE color: 6840640.

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

Color convert

RGB 64 97 104 -
CMYK 0.38 0.07 0 0.59
HSL 190.5º 0.24% 0.33% -
HSV(B) 190.5º 0.38% 0.41% -
XYZ 8.89 10.64 14.68 -
YUV 87.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 64 97 104 0.38 0.07 0 0.59 190.5 0.24 0.33
Hex 40 61 68 26 7 0 3B BE 18 21
Octal 100 141 150 46 7 0 73 276 30 41
Binary 1000000 1100001 1101000 100110 111 0 111011 10111110 11000 100001

Color Harmonies of #406168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406168

Black with #406168

Text Example


Text Example

White with #406168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406168; }

 p { color: rgb(64,97,104); }

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

background-color css

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

 a { background-color: rgb(64,97,104); }

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

border-color css

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

 span { border-color: rgb(64,97,104); }

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