Html Css Color HEX #645ABA Blue Marguerite

📋 copy color: '#645ABA'

red 100 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #645ABA

Tints of Blue Marguerite #645ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

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

R = 26.6%
G = 23.94%
B = 49.47%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#645ABA (or 0x645ABA) is known color: Blue Marguerite. HEX triplet: 64, 5A and BA. RGB value is (100,90,186). Sum of RGB (Red+Green+Blue) = 100+90+186=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #645ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ABA is #9BA545. Grayscale: #676767. Windows color (decimal): -10200390 or 12212836. OLE color: 12212836.

HSL color Cylindrical-coordinate representation of color #645ABA: hue angle of 246.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #645ABA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 90 186 -
CMYK 0.46 0.52 0 0.27
HSL 246.25º 0.41% 0.54% -
HSV(B) 246.25º 0.52% 0.73% -
XYZ 17.77 13.57 48.14 -
YUV 103.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 100 90 186 0.46 0.52 0 0.27 246.25 0.41 0.54
Hex 64 5A BA 2E 34 0 1B F6 29 36
Octal 144 132 272 56 64 0 33 366 51 66
Binary 1100100 1011010 10111010 101110 110100 0 11011 11110110 101001 110110

Color Harmonies of #645ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ABA

Black with #645ABA

Text Example


Text Example

White with #645ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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