Html Css Color HEX #645ABE Blue Marguerite

📋 copy color: '#645ABE'

red 100 ◦ green 90 ◦ blue 190

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

Shades of Blue Marguerite #645ABE

Tints of Blue Marguerite #645ABE

RGB

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

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

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

R = 26.32%
G = 23.68%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#645ABE (or 0x645ABE) is known color: Blue Marguerite. HEX triplet: 64, 5A and BE. RGB value is (100,90,190). Sum of RGB (Red+Green+Blue) = 100+90+190=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #645ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ABE is #9BA541. Grayscale: #686868. Windows color (decimal): -10200386 or 12474980. OLE color: 12474980.

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

Color convert

RGB 100 90 190 -
CMYK 0.47 0.53 0 0.25
HSL 246º 0.43% 0.55% -
HSV(B) 246º 0.53% 0.75% -
XYZ 18.21 13.74 50.41 -
YUV 104.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 100 90 190 0.47 0.53 0 0.25 246 0.43 0.55
Hex 64 5A BE 2F 35 0 19 F6 2B 37
Octal 144 132 276 57 65 0 31 366 53 67
Binary 1100100 1011010 10111110 101111 110101 0 11001 11110110 101011 110111

Color Harmonies of #645ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ABE

Black with #645ABE

Text Example


Text Example

White with #645ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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