Html Css Color HEX #406CC6 Free Speech Blue

📋 copy color: '#406CC6'

red 64 ◦ green 108 ◦ blue 198

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

Shades of Free Speech Blue #406CC6

Tints of Free Speech Blue #406CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 198 (77.73% from 255) = 53.51%

R = 17.3%
G = 29.19%
B = 53.51%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#406CC6 (or 0x406CC6) is known color: Free Speech Blue. HEX triplet: 40, 6C and C6. RGB value is (64,108,198). Sum of RGB (Red+Green+Blue) = 64+108+198=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #406CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CC6 is #BF9339. Grayscale: #686868. Windows color (decimal): -12555066 or 13003840. OLE color: 13003840.

HSL color Cylindrical-coordinate representation of color #406CC6: hue angle of 220.3º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406CC6 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 108 198 -
CMYK 0.68 0.45 0 0.22
HSL 220.3º 0.54% 0.51% -
HSV(B) 220.3º 0.68% 0.78% -
XYZ 17.67 15.89 55.56 -
YUV 105.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 64 108 198 0.68 0.45 0 0.22 220.3 0.54 0.51
Hex 40 6C C6 44 2D 0 16 DC 36 33
Octal 100 154 306 104 55 0 26 334 66 63
Binary 1000000 1101100 11000110 1000100 101101 0 10110 11011100 110110 110011

Color Harmonies of #406CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CC6

Black with #406CC6

Text Example


Text Example

White with #406CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406CC6; }

 p { color: rgb(64,108,198); }

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

background-color css

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

 a { background-color: rgb(64,108,198); }

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

border-color css

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

 span { border-color: rgb(64,108,198); }

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