Html Css Color HEX #646DB9 Chetwode Blue

📋 copy color: '#646DB9'

red 100 ◦ green 109 ◦ blue 185

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

Shades of Chetwode Blue #646DB9

Tints of Chetwode Blue #646DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 25.38%
G = 27.66%
B = 46.95%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#646DB9 (or 0x646DB9) is known color: Chetwode Blue. HEX triplet: 64, 6D and B9. RGB value is (100,109,185). Sum of RGB (Red+Green+Blue) = 100+109+185=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #646DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DB9 is #9B9246. Grayscale: #727272. Windows color (decimal): -10195527 or 12152164. OLE color: 12152164.

HSL color Cylindrical-coordinate representation of color #646DB9: hue angle of 233.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #646DB9 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 109 185 -
CMYK 0.46 0.41 0 0.27
HSL 233.65º 0.38% 0.56% -
HSV(B) 233.65º 0.46% 0.73% -
XYZ 19.48 17.15 48.18 -
YUV 114.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 100 109 185 0.46 0.41 0 0.27 233.65 0.38 0.56
Hex 64 6D B9 2E 29 0 1B EA 26 38
Octal 144 155 271 56 51 0 33 352 46 70
Binary 1100100 1101101 10111001 101110 101001 0 11011 11101010 100110 111000

Color Harmonies of #646DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DB9

Black with #646DB9

Text Example


Text Example

White with #646DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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