Html Css Color HEX #646ABA Chetwode Blue

📋 copy color: '#646ABA'

red 100 ◦ green 106 ◦ blue 186

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

Shades of Chetwode Blue #646ABA

Tints of Chetwode Blue #646ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

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

R = 25.51%
G = 27.04%
B = 47.45%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#646ABA (or 0x646ABA) is known color: Chetwode Blue. HEX triplet: 64, 6A and BA. RGB value is (100,106,186). Sum of RGB (Red+Green+Blue) = 100+106+186=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #646ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ABA is #9B9545. Grayscale: #717171. Windows color (decimal): -10196294 or 12216932. OLE color: 12216932.

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

Color convert

RGB 100 106 186 -
CMYK 0.46 0.43 0 0.27
HSL 235.81º 0.38% 0.56% -
HSV(B) 235.81º 0.46% 0.73% -
XYZ 19.27 16.56 48.64 -
YUV 113.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 100 106 186 0.46 0.43 0 0.27 235.81 0.38 0.56
Hex 64 6A BA 2E 2B 0 1B EC 26 38
Octal 144 152 272 56 53 0 33 354 46 70
Binary 1100100 1101010 10111010 101110 101011 0 11011 11101100 100110 111000

Color Harmonies of #646ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646ABA

Black with #646ABA

Text Example


Text Example

White with #646ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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