Html Css Color HEX #646BBA Chetwode Blue

📋 copy color: '#646BBA'

red 100 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #646BBA

Tints of Chetwode Blue #646BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.23%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 25.45%
G = 27.23%
B = 47.33%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#646BBA (or 0x646BBA) is known color: Chetwode Blue. HEX triplet: 64, 6B and BA. RGB value is (100,107,186). Sum of RGB (Red+Green+Blue) = 100+107+186=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #646BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BBA is #9B9445. Grayscale: #717171. Windows color (decimal): -10196038 or 12217188. OLE color: 12217188.

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

Color convert

RGB 100 107 186 -
CMYK 0.46 0.42 0 0.27
HSL 235.12º 0.38% 0.56% -
HSV(B) 235.12º 0.46% 0.73% -
XYZ 19.38 16.77 48.67 -
YUV 113.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 100 107 186 0.46 0.42 0 0.27 235.12 0.38 0.56
Hex 64 6B BA 2E 2A 0 1B EB 26 38
Octal 144 153 272 56 52 0 33 353 46 70
Binary 1100100 1101011 10111010 101110 101010 0 11011 11101011 100110 111000

Color Harmonies of #646BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BBA

Black with #646BBA

Text Example


Text Example

White with #646BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,107,186); }

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

background-color css

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

 a { background-color: rgb(100,107,186); }

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

border-color css

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

 span { border-color: rgb(100,107,186); }

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