Html Css Color HEX #646CBB Chetwode Blue

📋 copy color: '#646CBB'

red 100 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #646CBB

Tints of Chetwode Blue #646CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 25.32%
G = 27.34%
B = 47.34%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#646CBB (or 0x646CBB) is known color: Chetwode Blue. HEX triplet: 64, 6C and BB. RGB value is (100,108,187). Sum of RGB (Red+Green+Blue) = 100+108+187=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #646CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CBB is #9B9344. Grayscale: #727272. Windows color (decimal): -10195781 or 12282980. OLE color: 12282980.

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

Color convert

RGB 100 108 187 -
CMYK 0.47 0.42 0 0.27
HSL 234.48º 0.39% 0.56% -
HSV(B) 234.48º 0.47% 0.73% -
XYZ 19.59 17.02 49.27 -
YUV 114.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 100 108 187 0.47 0.42 0 0.27 234.48 0.39 0.56
Hex 64 6C BB 2F 2A 0 1B EA 27 38
Octal 144 154 273 57 52 0 33 352 47 70
Binary 1100100 1101100 10111011 101111 101010 0 11011 11101010 100111 111000

Color Harmonies of #646CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646CBB

Black with #646CBB

Text Example


Text Example

White with #646CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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