Html Css Color HEX #646EC1 Chetwode Blue

📋 copy color: '#646EC1'

red 100 ◦ green 110 ◦ blue 193

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

Shades of Chetwode Blue #646EC1

Tints of Chetwode Blue #646EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 193 (75.78% from 255) = 47.89%

R = 24.81%
G = 27.3%
B = 47.89%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#646EC1 (or 0x646EC1) is known color: Chetwode Blue. HEX triplet: 64, 6E and C1. RGB value is (100,110,193). Sum of RGB (Red+Green+Blue) = 100+110+193=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #646EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EC1 is #9B913E. Grayscale: #747474. Windows color (decimal): -10195263 or 12676708. OLE color: 12676708.

HSL color Cylindrical-coordinate representation of color #646EC1: hue angle of 233.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #646EC1 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 110 193 -
CMYK 0.48 0.43 0 0.24
HSL 233.55º 0.43% 0.57% -
HSV(B) 233.55º 0.48% 0.76% -
XYZ 20.46 17.71 52.79 -
YUV 116.47 171.19 116.25 -
System Red Green Blue C M Y K H S L
Decimal 100 110 193 0.48 0.43 0 0.24 233.55 0.43 0.57
Hex 64 6E C1 30 2B 0 18 EA 2B 39
Octal 144 156 301 60 53 0 30 352 53 71
Binary 1100100 1101110 11000001 110000 101011 0 11000 11101010 101011 111001

Color Harmonies of #646EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646EC1

Black with #646EC1

Text Example


Text Example

White with #646EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,110,193); }

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

background-color css

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

 a { background-color: rgb(100,110,193); }

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

border-color css

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

 span { border-color: rgb(100,110,193); }

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