Html Css Color HEX #406068 Smalt Blue

📋 copy color: '#406068'

red 64 ◦ green 96 ◦ blue 104

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

Shades of Smalt Blue #406068

Tints of Smalt Blue #406068

RGB

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

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

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

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#406068 (or 0x406068) is known color: Smalt Blue. HEX triplet: 40, 60 and 68. RGB value is (64,96,104). Sum of RGB (Red+Green+Blue) = 64+96+104=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #406068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406068 is #BF9F97. Grayscale: #575757. Windows color (decimal): -12558232 or 6840384. OLE color: 6840384.

HSL color Cylindrical-coordinate representation of color #406068: hue angle of 192º 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 #406068 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 96 104 -
CMYK 0.38 0.08 0 0.59
HSL 192º 0.24% 0.33% -
HSV(B) 192º 0.38% 0.41% -
XYZ 8.8 10.46 14.65 -
YUV 87.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 64 96 104 0.38 0.08 0 0.59 192 0.24 0.33
Hex 40 60 68 26 8 0 3B C0 18 21
Octal 100 140 150 46 10 0 73 300 30 41
Binary 1000000 1100000 1101000 100110 1000 0 111011 11000000 11000 100001

Color Harmonies of #406068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406068

Black with #406068

Text Example


Text Example

White with #406068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406068; }

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

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

background-color css

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

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

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

border-color css

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

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

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