Html Css Color HEX #646CBE Chetwode Blue

📋 copy color: '#646CBE'

red 100 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #646CBE

Tints of Chetwode Blue #646CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 25.13%
G = 27.14%
B = 47.74%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#646CBE (or 0x646CBE) is known color: Chetwode Blue. HEX triplet: 64, 6C and BE. RGB value is (100,108,190). Sum of RGB (Red+Green+Blue) = 100+108+190=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #646CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CBE is #9B9341. Grayscale: #727272. Windows color (decimal): -10195778 or 12479588. OLE color: 12479588.

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

Color convert

RGB 100 108 190 -
CMYK 0.47 0.43 0 0.25
HSL 234.67º 0.41% 0.57% -
HSV(B) 234.67º 0.47% 0.75% -
XYZ 19.91 17.15 50.98 -
YUV 114.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 100 108 190 0.47 0.43 0 0.25 234.67 0.41 0.57
Hex 64 6C BE 2F 2B 0 19 EB 29 39
Octal 144 154 276 57 53 0 31 353 51 71
Binary 1100100 1101100 10111110 101111 101011 0 11001 11101011 101001 111001

Color Harmonies of #646CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646CBE

Black with #646CBE

Text Example


Text Example

White with #646CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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