Html Css Color HEX #646BC1 Chetwode Blue

📋 copy color: '#646BC1'

red 100 ◦ green 107 ◦ blue 193

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

Shades of Chetwode Blue #646BC1

Tints of Chetwode Blue #646BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

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

R = 25%
G = 26.75%
B = 48.25%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#646BC1 (or 0x646BC1) is known color: Chetwode Blue. HEX triplet: 64, 6B and C1. RGB value is (100,107,193). Sum of RGB (Red+Green+Blue) = 100+107+193=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #646BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BC1 is #9B943E. Grayscale: #727272. Windows color (decimal): -10196031 or 12675940. OLE color: 12675940.

HSL color Cylindrical-coordinate representation of color #646BC1: hue angle of 235.48º 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 #646BC1 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 107 193 -
CMYK 0.48 0.45 0 0.24
HSL 235.48º 0.43% 0.57% -
HSV(B) 235.48º 0.48% 0.76% -
XYZ 20.14 17.07 52.69 -
YUV 114.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 100 107 193 0.48 0.45 0 0.24 235.48 0.43 0.57
Hex 64 6B C1 30 2D 0 18 EB 2B 39
Octal 144 153 301 60 55 0 30 353 53 71
Binary 1100100 1101011 11000001 110000 101101 0 11000 11101011 101011 111001

Color Harmonies of #646BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BC1

Black with #646BC1

Text Example


Text Example

White with #646BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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