Html Css Color HEX #646AC0 Chetwode Blue

📋 copy color: '#646AC0'

red 100 ◦ green 106 ◦ blue 192

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

Shades of Chetwode Blue #646AC0

Tints of Chetwode Blue #646AC0

RGB

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

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

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

R = 25.13%
G = 26.63%
B = 48.24%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#646AC0 (or 0x646AC0) is known color: Chetwode Blue. HEX triplet: 64, 6A and C0. RGB value is (100,106,192). Sum of RGB (Red+Green+Blue) = 100+106+192=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #646AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646AC0 is #9B953F. Grayscale: #717171. Windows color (decimal): -10196288 or 12610148. OLE color: 12610148.

HSL color Cylindrical-coordinate representation of color #646AC0: hue angle of 236.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #646AC0 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 106 192 -
CMYK 0.48 0.45 0 0.25
HSL 236.09º 0.42% 0.57% -
HSV(B) 236.09º 0.48% 0.75% -
XYZ 19.92 16.82 52.07 -
YUV 114.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 100 106 192 0.48 0.45 0 0.25 236.09 0.42 0.57
Hex 64 6A C0 30 2D 0 19 EC 2A 39
Octal 144 152 300 60 55 0 31 354 52 71
Binary 1100100 1101010 11000000 110000 101101 0 11001 11101100 101010 111001

Color Harmonies of #646AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646AC0

Black with #646AC0

Text Example


Text Example

White with #646AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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