Html Css Color HEX #646DA0 Chetwode Blue

📋 copy color: '#646DA0'

red 100 ◦ green 109 ◦ blue 160

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

Shades of Chetwode Blue #646DA0

Tints of Chetwode Blue #646DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 27.1%
G = 29.54%
B = 43.36%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#646DA0 (or 0x646DA0) is known color: Chetwode Blue. HEX triplet: 64, 6D and A0. RGB value is (100,109,160). Sum of RGB (Red+Green+Blue) = 100+109+160=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #646DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646DA0 is #9B925F. Grayscale: #6F6F6F. Windows color (decimal): -10195552 or 10513764. OLE color: 10513764.

HSL color Cylindrical-coordinate representation of color #646DA0: hue angle of 231º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #646DA0 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 109 160 -
CMYK 0.38 0.32 0 0.37
HSL 231º 0.24% 0.51% -
HSV(B) 231º 0.38% 0.63% -
XYZ 17.07 16.18 35.48 -
YUV 112.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 100 109 160 0.38 0.32 0 0.37 231 0.24 0.51
Hex 64 6D A0 26 20 0 25 E7 18 33
Octal 144 155 240 46 40 0 45 347 30 63
Binary 1100100 1101101 10100000 100110 100000 0 100101 11100111 11000 110011

Color Harmonies of #646DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DA0

Black with #646DA0

Text Example


Text Example

White with #646DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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