Html Css Color HEX #646C9F Chetwode Blue

📋 copy color: '#646C9F'

red 100 ◦ green 108 ◦ blue 159

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

Shades of Chetwode Blue #646C9F

Tints of Chetwode Blue #646C9F

RGB

 RED value IS 100 (39.45% from 255) = 27.25%

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 27.25%
G = 29.43%
B = 43.32%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#646C9F (or 0x646C9F) is known color: Chetwode Blue. HEX triplet: 64, 6C and 9F. RGB value is (100,108,159). Sum of RGB (Red+Green+Blue) = 100+108+159=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #646C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C9F is #9B9360. Grayscale: #6F6F6F. Windows color (decimal): -10195809 or 10447972. OLE color: 10447972.

HSL color Cylindrical-coordinate representation of color #646C9F: hue angle of 231.86º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #646C9F is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 108 159 -
CMYK 0.37 0.32 0 0.38
HSL 231.86º 0.24% 0.51% -
HSV(B) 231.86º 0.37% 0.62% -
XYZ 16.88 15.94 34.99 -
YUV 111.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 100 108 159 0.37 0.32 0 0.38 231.86 0.24 0.51
Hex 64 6C 9F 25 20 0 26 E8 18 33
Octal 144 154 237 45 40 0 46 350 30 63
Binary 1100100 1101100 10011111 100101 100000 0 100110 11101000 11000 110011

Color Harmonies of #646C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C9F

Black with #646C9F

Text Example


Text Example

White with #646C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646C9F; }

 p { color: rgb(100,108,159); }

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

background-color css

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

 a { background-color: rgb(100,108,159); }

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

border-color css

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

 span { border-color: rgb(100,108,159); }

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