Html Css Color HEX #646AC2 Chetwode Blue

📋 copy color: '#646AC2'

red 100 ◦ green 106 ◦ blue 194

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

Shades of Chetwode Blue #646AC2

Tints of Chetwode Blue #646AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

 BLUE value IS 194 (76.17% from 255) = 48.5%

R = 25%
G = 26.5%
B = 48.5%

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

#646AC2 (or 0x646AC2) is known color: Chetwode Blue. HEX triplet: 64, 6A and C2. RGB value is (100,106,194). Sum of RGB (Red+Green+Blue) = 100+106+194=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #646AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646AC2 is #9B953D. Grayscale: #717171. Windows color (decimal): -10196286 or 12741220. OLE color: 12741220.

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

Color convert

RGB 100 106 194 -
CMYK 0.48 0.45 0 0.24
HSL 236.17º 0.44% 0.58% -
HSV(B) 236.17º 0.48% 0.76% -
XYZ 20.15 16.91 53.24 -
YUV 114.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 100 106 194 0.48 0.45 0 0.24 236.17 0.44 0.58
Hex 64 6A C2 30 2D 0 18 EC 2C 3A
Octal 144 152 302 60 55 0 30 354 54 72
Binary 1100100 1101010 11000010 110000 101101 0 11000 11101100 101100 111010

Color Harmonies of #646AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646AC2

Black with #646AC2

Text Example


Text Example

White with #646AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,106,194); }

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

background-color css

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

 a { background-color: rgb(100,106,194); }

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

border-color css

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

 span { border-color: rgb(100,106,194); }

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