Html Css Color HEX #646DBA Chetwode Blue

📋 copy color: '#646DBA'

red 100 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #646DBA

Tints of Chetwode Blue #646DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 25.32%
G = 27.59%
B = 47.09%

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

#646DBA (or 0x646DBA) is known color: Chetwode Blue. HEX triplet: 64, 6D and BA. RGB value is (100,109,186). Sum of RGB (Red+Green+Blue) = 100+109+186=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #646DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DBA is #9B9245. Grayscale: #727272. Windows color (decimal): -10195526 or 12217700. OLE color: 12217700.

HSL color Cylindrical-coordinate representation of color #646DBA: hue angle of 233.72º 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 #646DBA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 109 186 -
CMYK 0.46 0.41 0 0.27
HSL 233.72º 0.38% 0.56% -
HSV(B) 233.72º 0.46% 0.73% -
XYZ 19.59 17.19 48.74 -
YUV 115.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 100 109 186 0.46 0.41 0 0.27 233.72 0.38 0.56
Hex 64 6D BA 2E 29 0 1B EA 26 38
Octal 144 155 272 56 51 0 33 352 46 70
Binary 1100100 1101101 10111010 101110 101001 0 11011 11101010 100110 111000

Color Harmonies of #646DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DBA

Black with #646DBA

Text Example


Text Example

White with #646DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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