Html Css Color HEX #646DB6 Chetwode Blue

📋 copy color: '#646DB6'

red 100 ◦ green 109 ◦ blue 182

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

Shades of Chetwode Blue #646DB6

Tints of Chetwode Blue #646DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.55%

R = 25.58%
G = 27.88%
B = 46.55%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#646DB6 (or 0x646DB6) is known color: Chetwode Blue. HEX triplet: 64, 6D and B6. RGB value is (100,109,182). Sum of RGB (Red+Green+Blue) = 100+109+182=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #646DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DB6 is #9B9249. Grayscale: #727272. Windows color (decimal): -10195530 or 11955556. OLE color: 11955556.

HSL color Cylindrical-coordinate representation of color #646DB6: hue angle of 233.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #646DB6 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 109 182 -
CMYK 0.45 0.40 0 0.29
HSL 233.41º 0.36% 0.55% -
HSV(B) 233.41º 0.45% 0.71% -
XYZ 19.17 17.02 46.53 -
YUV 114.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 100 109 182 0.45 0.40 0 0.29 233.41 0.36 0.55
Hex 64 6D B6 2D 28 0 1D E9 24 37
Octal 144 155 266 55 50 0 35 351 44 67
Binary 1100100 1101101 10110110 101101 101000 0 11101 11101001 100100 110111

Color Harmonies of #646DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DB6

Black with #646DB6

Text Example


Text Example

White with #646DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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