Html Css Color HEX #646EBC Chetwode Blue

📋 copy color: '#646EBC'

red 100 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #646EBC

Tints of Chetwode Blue #646EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 25.13%
G = 27.64%
B = 47.24%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#646EBC (or 0x646EBC) is known color: Chetwode Blue. HEX triplet: 64, 6E and BC. RGB value is (100,110,188). Sum of RGB (Red+Green+Blue) = 100+110+188=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #646EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EBC is #9B9143. Grayscale: #737373. Windows color (decimal): -10195268 or 12349028. OLE color: 12349028.

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

Color convert

RGB 100 110 188 -
CMYK 0.47 0.41 0 0.26
HSL 233.18º 0.4% 0.56% -
HSV(B) 233.18º 0.47% 0.74% -
XYZ 19.91 17.49 49.9 -
YUV 115.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 100 110 188 0.47 0.41 0 0.26 233.18 0.4 0.56
Hex 64 6E BC 2F 29 0 1A E9 28 38
Octal 144 156 274 57 51 0 32 351 50 70
Binary 1100100 1101110 10111100 101111 101001 0 11010 11101001 101000 111000

Color Harmonies of #646EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646EBC

Black with #646EBC

Text Example


Text Example

White with #646EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,110,188); }

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

background-color css

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

 a { background-color: rgb(100,110,188); }

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

border-color css

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

 span { border-color: rgb(100,110,188); }

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