Html Css Color HEX #646CBD Chetwode Blue

📋 copy color: '#646CBD'

red 100 ◦ green 108 ◦ blue 189

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

Shades of Chetwode Blue #646CBD

Tints of Chetwode Blue #646CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 25.19%
G = 27.2%
B = 47.61%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#646CBD (or 0x646CBD) is known color: Chetwode Blue. HEX triplet: 64, 6C and BD. RGB value is (100,108,189). Sum of RGB (Red+Green+Blue) = 100+108+189=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #646CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CBD is #9B9342. Grayscale: #727272. Windows color (decimal): -10195779 or 12414052. OLE color: 12414052.

HSL color Cylindrical-coordinate representation of color #646CBD: hue angle of 234.61º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646CBD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 108 189 -
CMYK 0.47 0.43 0 0.26
HSL 234.61º 0.4% 0.57% -
HSV(B) 234.61º 0.47% 0.74% -
XYZ 19.8 17.11 50.4 -
YUV 114.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 100 108 189 0.47 0.43 0 0.26 234.61 0.4 0.57
Hex 64 6C BD 2F 2B 0 1A EB 28 39
Octal 144 154 275 57 53 0 32 353 50 71
Binary 1100100 1101100 10111101 101111 101011 0 11010 11101011 101000 111001

Color Harmonies of #646CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646CBD

Black with #646CBD

Text Example


Text Example

White with #646CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,108,189); }

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

background-color css

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

 a { background-color: rgb(100,108,189); }

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

border-color css

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

 span { border-color: rgb(100,108,189); }

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