Html Css Color HEX #646DC0 Chetwode Blue

📋 copy color: '#646DC0'

red 100 ◦ green 109 ◦ blue 192

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

Shades of Chetwode Blue #646DC0

Tints of Chetwode Blue #646DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.18%

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

R = 24.94%
G = 27.18%
B = 47.88%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#646DC0 (or 0x646DC0) is known color: Chetwode Blue. HEX triplet: 64, 6D and C0. RGB value is (100,109,192). Sum of RGB (Red+Green+Blue) = 100+109+192=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #646DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DC0 is #9B923F. Grayscale: #737373. Windows color (decimal): -10195520 or 12610916. OLE color: 12610916.

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

Color convert

RGB 100 109 192 -
CMYK 0.48 0.43 0 0.25
HSL 234.13º 0.42% 0.57% -
HSV(B) 234.13º 0.48% 0.75% -
XYZ 20.24 17.45 52.17 -
YUV 115.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 100 109 192 0.48 0.43 0 0.25 234.13 0.42 0.57
Hex 64 6D C0 30 2B 0 19 EA 2A 39
Octal 144 155 300 60 53 0 31 352 52 71
Binary 1100100 1101101 11000000 110000 101011 0 11001 11101010 101010 111001

Color Harmonies of #646DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DC0

Black with #646DC0

Text Example


Text Example

White with #646DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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