Html Css Color HEX #406CC0 Free Speech Blue

📋 copy color: '#406CC0'

red 64 ◦ green 108 ◦ blue 192

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

Shades of Free Speech Blue #406CC0

Tints of Free Speech Blue #406CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 17.58%
G = 29.67%
B = 52.75%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#406CC0 (or 0x406CC0) is known color: Free Speech Blue. HEX triplet: 40, 6C and C0. RGB value is (64,108,192). Sum of RGB (Red+Green+Blue) = 64+108+192=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #406CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CC0 is #BF933F. Grayscale: #686868. Windows color (decimal): -12555072 or 12610624. OLE color: 12610624.

HSL color Cylindrical-coordinate representation of color #406CC0: hue angle of 219.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406CC0 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 108 192 -
CMYK 0.67 0.44 0 0.25
HSL 219.38º 0.5% 0.5% -
HSV(B) 219.38º 0.67% 0.75% -
XYZ 16.99 15.62 51.99 -
YUV 104.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 64 108 192 0.67 0.44 0 0.25 219.38 0.5 0.5
Hex 40 6C C0 43 2C 0 19 DB 32 32
Octal 100 154 300 103 54 0 31 333 62 62
Binary 1000000 1101100 11000000 1000011 101100 0 11001 11011011 110010 110010

Color Harmonies of #406CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CC0

Black with #406CC0

Text Example


Text Example

White with #406CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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