Html Css Color HEX #645FBA Blue Marguerite

📋 copy color: '#645FBA'

red 100 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #645FBA

Tints of Blue Marguerite #645FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.93%

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

R = 26.25%
G = 24.93%
B = 48.82%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#645FBA (or 0x645FBA) is known color: Blue Marguerite. HEX triplet: 64, 5F and BA. RGB value is (100,95,186). Sum of RGB (Red+Green+Blue) = 100+95+186=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #645FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FBA is #9BA045. Grayscale: #6A6A6A. Windows color (decimal): -10199110 or 12214116. OLE color: 12214116.

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

Color convert

RGB 100 95 186 -
CMYK 0.46 0.49 0 0.27
HSL 243.3º 0.4% 0.55% -
HSV(B) 243.3º 0.49% 0.73% -
XYZ 18.21 14.44 48.28 -
YUV 106.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 100 95 186 0.46 0.49 0 0.27 243.3 0.4 0.55
Hex 64 5F BA 2E 31 0 1B F3 28 37
Octal 144 137 272 56 61 0 33 363 50 67
Binary 1100100 1011111 10111010 101110 110001 0 11011 11110011 101000 110111

Color Harmonies of #645FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FBA

Black with #645FBA

Text Example


Text Example

White with #645FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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