Html Css Color HEX #646DB3 Chetwode Blue

📋 copy color: '#646DB3'

red 100 ◦ green 109 ◦ blue 179

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

Shades of Chetwode Blue #646DB3

Tints of Chetwode Blue #646DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.13%

R = 25.77%
G = 28.09%
B = 46.13%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#646DB3 (or 0x646DB3) is known color: Chetwode Blue. HEX triplet: 64, 6D and B3. RGB value is (100,109,179). Sum of RGB (Red+Green+Blue) = 100+109+179=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #646DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DB3 is #9B924C. Grayscale: #727272. Windows color (decimal): -10195533 or 11758948. OLE color: 11758948.

HSL color Cylindrical-coordinate representation of color #646DB3: hue angle of 233.16º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #646DB3 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 109 179 -
CMYK 0.44 0.39 0 0.30
HSL 233.16º 0.34% 0.55% -
HSV(B) 233.16º 0.44% 0.7% -
XYZ 18.86 16.9 44.92 -
YUV 114.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 100 109 179 0.44 0.39 0 0.30 233.16 0.34 0.55
Hex 64 6D B3 2C 27 0 1E E9 22 37
Octal 144 155 263 54 47 0 36 351 42 67
Binary 1100100 1101101 10110011 101100 100111 0 11110 11101001 100010 110111

Color Harmonies of #646DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DB3

Black with #646DB3

Text Example


Text Example

White with #646DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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