Html Css Color HEX #646DBB Chetwode Blue

📋 copy color: '#646DBB'

red 100 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #646DBB

Tints of Chetwode Blue #646DBB

RGB

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

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

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

R = 25.25%
G = 27.53%
B = 47.22%

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

#646DBB (or 0x646DBB) is known color: Chetwode Blue. HEX triplet: 64, 6D and BB. RGB value is (100,109,187). Sum of RGB (Red+Green+Blue) = 100+109+187=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #646DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DBB is #9B9244. Grayscale: #727272. Windows color (decimal): -10195525 or 12283236. OLE color: 12283236.

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

Color convert

RGB 100 109 187 -
CMYK 0.47 0.42 0 0.27
HSL 233.79º 0.39% 0.56% -
HSV(B) 233.79º 0.47% 0.73% -
XYZ 19.69 17.23 49.3 -
YUV 115.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 100 109 187 0.47 0.42 0 0.27 233.79 0.39 0.56
Hex 64 6D BB 2F 2A 0 1B EA 27 38
Octal 144 155 273 57 52 0 33 352 47 70
Binary 1100100 1101101 10111011 101111 101010 0 11011 11101010 100111 111000

Color Harmonies of #646DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DBB

Black with #646DBB

Text Example


Text Example

White with #646DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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